Files
5x1-website/style.css

19 lines
325 B
CSS
Raw Normal View History

2026-05-20 12:12:10 +00:00
h1 {
color: white;
font-size: 250px;
}
h2 {
color: gainsboro
}
.tagline {
margin-top: -200px;
}
body {
background-color: blueviolet;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.main {
background-color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}