17 lines
162 B
CSS
17 lines
162 B
CSS
body {
|
|
background-color: #f0f;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
header {
|
|
text-align: start;
|
|
}
|
|
|
|
h1 {
|
|
color: #ff0000;
|
|
text-align: center;
|
|
}
|
|
|
|
footer {
|
|
text-align: end;
|
|
}
|