diff --git a/pages/static/pages/css/styles.css b/pages/static/pages/css/styles.css index 8a96025..d6b5148 100644 --- a/pages/static/pages/css/styles.css +++ b/pages/static/pages/css/styles.css @@ -8,7 +8,7 @@ html { overflow-x: hidden; } -.person_cont { +.person { text-align: center; margin: 20px; } @@ -26,10 +26,6 @@ html { box-shadow: 12px 12px rgb(0, 0, 0, 0.1), -12px -12px rgb(0, 0, 0, 0.3); } -.council h2{ - text-align: center; -} - .details p a { font-size: 25px; } diff --git a/pages/templates/pages/base.html b/pages/templates/pages/base.html index 79e95bd..b98cdf7 100644 --- a/pages/templates/pages/base.html +++ b/pages/templates/pages/base.html @@ -41,7 +41,7 @@ About us Our Meetings
- Contact Us + Contact Us diff --git a/pages/templates/pages/contact.html b/pages/templates/pages/contact.html new file mode 100644 index 0000000..c04eddc --- /dev/null +++ b/pages/templates/pages/contact.html @@ -0,0 +1,11 @@ +{% extends 'pages/base.html' %} +{% load static %} +{% block title %}Council{% endblock title %} +{% block css %} + +{% endblock css %} +{% block content %} +We are here to serve you.
+We are here to serve you.
Some description of what we do