haciendo css manual

This commit is contained in:
Daniel Cortés
2019-10-11 08:50:33 -03:00
parent 53b709c175
commit bf36de150d
23 changed files with 3964 additions and 2015 deletions

View File

@@ -6,8 +6,10 @@
@section('content')
@foreach($projects as $project)
<section>
<h1>{{ $project->title }}</h1>
<article>
<header>
<h1>{{ $project->title }}</h1>
</header>
{!! $parse->text($project->md) !!}