HTML och CSS – Facit 5
body {
background-color: yellow;
}
p {
font-family: verdana;
color: blue;
}
h1 {
font-size: 300%;
text-align: center;
color: red;
}
h2 {
font-size: 200%;
text-align: center;
}
body {
background-color: yellow;
}
p {
font-family: verdana;
color: blue;
}
h1 {
font-size: 300%;
text-align: center;
color: red;
}
h2 {
font-size: 200%;
text-align: center;
}