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