7 lines
77 B
CSS
7 lines
77 B
CSS
body {
|
|
background-color: rgb(66, 159, 235);
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
}
|