8 lines
68 B
CSS
8 lines
68 B
CSS
.hidden {
|
|
display : none;
|
|
}
|
|
|
|
ul {
|
|
list-style-type : none;
|
|
}
|