diff --git a/app/static/css/main.css b/app/static/css/main.css index 3c7e9c1..487c3af 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -1,90 +1,5 @@ +/* Custom CSS */ body { - margin: 0; - padding: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #444; -} - -/* - * Create dark grey header with a white logo - */ - -header { - background-color: #2B2B2B; - height: 35px; - width: 100%; - opacity: .9; - margin-bottom: 10px; -} - -header h1.logo { - margin: 0; - font-size: 1.7em; - color: #fff; - text-transform: uppercase; - float: left; -} - -header h1.logo:hover { - color: #fff; - text-decoration: none; -} - -/* - * Center the body content - */ - -.container { - width: 940px; - margin: 0 auto; -} - -div.jumbo { - padding: 10px 0 30px 0; - background-color: #eeeeee; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} - -div.login { - padding: 10px 0 30px 0; - background-color: #eeeeee; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} - -h2 { - font-size: 3em; - margin-top: 40px; - text-align: center; - letter-spacing: -2px; -} - -h3 { - font-size: 1.7em; - font-weight: 100; - margin-top: 30px; - text-align: center; - letter-spacing: -1px; - color: #999; -} - -.menu { - float: right; - margin-top: 8px; -} - -.menu li { - display: inline; -} - -.menu li + li { - margin-left: 35px; -} - -.menu li a { - color: #999; - text-decoration: none; + min-height: 2000px; + padding-top: 70px; } \ No newline at end of file diff --git a/app/templates/home.html b/app/templates/home.html index 1e0bf08..91b872c 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% block content %} -
+

Welcome to FoodBot

This is the home page for FoodBot

diff --git a/app/templates/layout.html b/app/templates/layout.html index cef4cb0..772121c 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -1,35 +1,51 @@ - - FoodBot - + + + + FoodBot + + + + - -
+
- - +
{% block content %} {% endblock %}
- + + + + \ No newline at end of file