9 lines
136 B
CSS
9 lines
136 B
CSS
|
body > header, body > aside, body > section, body > footer {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
|
|||
|
.alert {
|
|||
|
margin: 15px auto;
|
|||
|
width: 90%;
|
|||
|
}
|