8 lines
92 B
CSS
8 lines
92 B
CSS
body {
|
|
background-color: azure;
|
|
}
|
|
|
|
.header {
|
|
color: black;
|
|
text-align: center;
|
|
} |