Hallo G12-inf1
Hier ist das Stylesheet, in welchem das Aussehen der einzelnen Elemente der Seite festgelegt ist.
.container {
margin: auto;
width: 90%;
}
header {
background: lightblue;
font-size: 2em;
font-weight: bold;
text-align: center;
}
nav {
background: lightyellow;
text-align: center;
}
nav li {
background-color: darksalmon;
border: 3px outset black;
text-align: center;
min-width: 60px;
margin-bottom: 5px;
}
nav li a {
text-decoration: none;
color: black;
}
nav li a:hover{
background-color: lightskyblue;
display: block;
}
main {
background: #f8dda1;
}
aside {
background: #d6f09b;
text-align: center;
}
footer {
background: lightblue;
}
img {
width:80%;
height: auto;
}
.wichtig {
background-color: yellow;
}
.wichtig_blau {
background-color: blue;
font-weight: 200;
font-size: 2em;
color: aliceblue;
}