.fysteoverskrift h1 {
background-color: blue;
color: yellow;
}
.andreoverskrift h2 {
background-color: brown;
color: white;
}
.tredjeoverskrift h3 {
background-color: pink;
color: black;
}
p {
color: white;
background-color: orange;
margin-left: 30px;
}
a {
background-color: blue;
color: red;
margin: 30px;
padding: 7px 14px;
}
a:hover{
background-color: green;
}
h1 {
background-color: transparent;
color: blue;
text-align: center;
}
h2 {
color: green;
text-align: center;
}
.arstid {
color: red;
text-align: center;
background-color: transparent;
}
.telt {
background-color: white;
list-style: none;
display: block;
}
ul {
display: table;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Great Vibes", cursive;
font-weight: 400;
font-style: normal;
text-shadow: 4px 2px rgba(0, 0, 255, 0.408);
}
Tilbake