9 lines
120 B
CSS
9 lines
120 B
CSS
body {
|
|
background-color: #824ce5;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
color: #2c3e50;
|
|
text-align: center;
|
|
} |