8 lines
74 B
CSS
8 lines
74 B
CSS
|
body, main, header, footer {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.flex {
|
||
|
display: flex;
|
||
|
}
|