10 lines
149 B
CSS
10 lines
149 B
CSS
body {
|
|
background-color: rgb(10, 90, 100);
|
|
}
|
|
h2 {
|
|
text-align: center;
|
|
color: #100;
|
|
font-family: sans-serif;
|
|
font-weight: bold;
|
|
}
|