startit/MDN/style.css

13 lines
227 B
CSS
Raw Normal View History

2024-08-08 14:22:29 +02:00
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;
}