14 lines
164 B
CSS
14 lines
164 B
CSS
html {
|
|
background-color: black;
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
color: white;
|
|
padding-top: 9rem;
|
|
}
|
|
|
|
img {
|
|
width: 20rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|