master
tuc2 2020-09-19 15:05:20 +02:00
parent e0455f76c2
commit bcb5790dfb
2 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,10 @@ header{
background-repeat: no-repeat;
background-size: 100%;
}
#news{
display: flex;
justify-content: space-between;
}
h1, h2{
font-family: "century gothic", serif ;
font-size-adjust: 2rem;

View File

@ -29,6 +29,15 @@
</ul>
</nav>
<div id="news">
<div class="new">
<p>testeintrag</p>
</div>
<div class="new">
<p>testeintrag</p>
</div>
<div class="new">
<p>testeintrag</p>
</div>
</div>