diff --git a/application/views/home/index.php b/application/views/home/index.php index 444b2433..cfef252d 100644 --- a/application/views/home/index.php +++ b/application/views/home/index.php @@ -43,7 +43,14 @@ line-height: 25px; } - #wrapper { + #header { + margin: 0 auto; + margin-bottom: 15px; + margin-top: 20px; + width: 80%; + } + + .wrapper { background-color: #fff; border-radius: 10px; margin: 0 auto; @@ -51,15 +58,14 @@ width: 80%; } - #wrapper h2:first-of-type { + .wrapper h2:first-of-type { margin-top: 0; } - #header { - margin: 0 auto; - margin-bottom: 15px; - margin-top: 20px; - width: 80%; + .footer { + background-color: #eee; + font-size: 12px; + text-align: right; } @@ -68,12 +74,16 @@
Ready to dig in? Start building your application in the application/routes.php file.
Need to learn more? Peruse our wonderful documentation.