styles in seperate file

This commit is contained in:
gw3000 2023-06-30 07:23:26 +02:00
parent 2f9fd2d095
commit 462b9ff224
2 changed files with 23 additions and 21 deletions

View file

@ -1,22 +1,4 @@
{% extends 'base.html' %} {% block content %} {% extends 'base.html' %} {% block content %}
<style>
#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%;
}
</style>
<div class="row"> <div class="row">
<h1 style="margin-bottom: 5px;">FallenBirdy</h1> <h1 style="margin-bottom: 5px;">FallenBirdy</h1>
<div> <div>
@ -26,7 +8,8 @@
</div> </div>
</div> </div>
<div style="margin-bottom: 5px;"> <div style="margin-bottom: 5px;">
Offizielle App der Wildvogelhilfe Jena, eine Organisation des <a href="https://www.nabu-jena.de">NABU Jena</a> Offizielle App der Wildvogelhilfe Jena, eine Organisation des <a
href="https://www.nabu-jena.de" target="_blank">NABU Jena</a>
</div> </div>
<p> <p>
Bitte <a href="{% url 'account_login' %}">hier</a> anmelden Bitte <a href="{% url 'account_login' %}">hier</a> anmelden

View file

@ -5,3 +5,22 @@
.footer { .footer {
font-size: small; font-size: small;
} }
#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%;
}