Skip to content

Commit 158bd58

Browse files
committed
Collapsing List
1 parent 98c2c67 commit 158bd58

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

Lecture04/display/style.css

+7
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ div:active {
1010
display: none;
1111
}
1212

13+
ul ul {
14+
display: none;
15+
}
16+
17+
li:hover > ul {
18+
display: block;
19+
}

0 commit comments

Comments
 (0)