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