14 lines
136 B
CSS
14 lines
136 B
CSS
body {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
font-family: verdana;
|
|
font-size: 20px;
|
|
}
|