bilder
parent
e0455f76c2
commit
bcb5790dfb
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue