7 lines
69 B
CSS
7 lines
69 B
CSS
body > div {
|
|
display: none;
|
|
}
|
|
|
|
body > div.on {
|
|
display: block;
|
|
}
|