23 lines
352 B
CSS
23 lines
352 B
CSS
body{
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #333333;
|
|
background-size: cover;
|
|
background-position: center;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1{
|
|
margin: 0;
|
|
padding: 0 0 20px;
|
|
text-align: center;
|
|
font-size: 22px;
|
|
}
|
|
|
|
h2{
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: red;
|
|
} |