12 lines
110 B
CSS
12 lines
110 B
CSS
|
|
body {
|
|
background-color: white;
|
|
color: black;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
article {
|
|
top: 66px;
|
|
}
|