diff --git a/sites/templates/sites/index.html b/sites/templates/sites/index.html index ba2adf3..ea4e72a 100644 --- a/sites/templates/sites/index.html +++ b/sites/templates/sites/index.html @@ -1,22 +1,4 @@ {% extends 'base.html' %} {% block content %} -
Bitte hier anmelden
-{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/static/css/style.css b/static/css/style.css index b1d7129..646fce2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,4 +4,23 @@ .footer { font-size: small; -} \ No newline at end of file +} + +#wfvmainsquare{ + width: 100px; + height: 100px; + background-color: #0068b4; + rotate: 70deg; + margin: 3%; + border: 3px solid #b1b2b3; +} + +.wfvwhitesquare{ + width: 20%; + height: 50%; + background-color: white; + position: absolute; + margin-left: 15%; +} + +