startit/MDN/style.css
Geir Okkenhaug Jerstad 249dd191c8 day 2
2024-08-08 14:22:29 +02:00

13 lines
227 B
CSS

div.purple {
background-color: purple;
color: white;
padding: 10px;
border: solid 4px blue;
margin: 20px;
text-align: center;
font-size: 150%;
}
h1 {
background-color: black;
color: bisque;
}