diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..684adfd --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,11 @@ +.footer { + padding: 10px; + width: 100%; + height: 150px; + background-color: #f5f5f5; +} +#main_contain { + display: table; + width: 100%; + height: 100%; +} \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 6d23ec0..34377f8 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -10,7 +10,7 @@ {% block title %}{{ rss_feed_title }}{% endblock %} - + {% block stylesheets %} {% endblock %} @@ -28,10 +28,27 @@ -
+
{% block content %}{% endblock %}
+ +