7 lines
91 B
CSS
7 lines
91 B
CSS
#tab-content div {
|
|
display: none;
|
|
}
|
|
|
|
#tab-content div.is-active {
|
|
display: block;
|
|
} |