19 lines
325 B
CSS
19 lines
325 B
CSS
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;
|
|
} |