@@ -16,6 +16,9 @@
th{
background-color: #fcd4db;
}
+ a{
+ text-decoration: none;
+ }
</style>
</head>
<body>
@@ -23,8 +26,8 @@
@include('partials.header')
@section('content')
-
@show
+ <hr>
@include('partials.footer')
</body>