9 lines
124 B
CSS
9 lines
124 B
CSS
body {
|
|
background-color: lightpink;
|
|
}
|
|
|
|
/* nav { */
|
|
/* display: flex; */
|
|
/* justify-content: space-between; */
|
|
/* } */
|