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