6 lines
60 B
CSS
6 lines
60 B
CSS
|
section{
|
||
|
display: none;
|
||
|
}
|
||
|
.active {
|
||
|
display: flex;
|
||
|
}
|