File tree 3 files changed +57
-0
lines changed
3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "liveServer.settings.port" : 5501
3
+ }
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7
+ < title > Document</ title >
8
+ < link rel ="stylesheet " href ="style.css ">
9
+ </ head >
10
+ < body >
11
+ < div >
12
+ Display Properties
13
+ </ div >
14
+ < ul >
15
+ < li > One</ li >
16
+ < li > Two
17
+ < ul >
18
+ < li > Two.One</ li >
19
+ < li > Two.Two
20
+ < ul >
21
+ < li > Two.Two.One</ li >
22
+ < li > Two.Two.Two</ li >
23
+ < li > Two.Two.Three</ li >
24
+ < li > Two.Two.Four</ li >
25
+ </ ul >
26
+ </ li >
27
+ < li > Two.Three</ li >
28
+ < li > Two.Four</ li >
29
+ </ ul >
30
+ </ li >
31
+ < li > Three
32
+ < ul >
33
+ < li > Three.One</ li >
34
+ < li > Three.Two</ li >
35
+ < li > Three.Three</ li >
36
+ < li > Three.Four</ li >
37
+ </ ul >
38
+ </ li >
39
+ < li > Four</ li >
40
+ </ ul >
41
+ </ body >
42
+ </ html >
Original file line number Diff line number Diff line change
1
+ div {
2
+ height : 100px ;
3
+ width : 100px ;
4
+ background-color : chartreuse;
5
+ text-align : center;
6
+ /* display: none; */
7
+ }
8
+
9
+ div : active {
10
+ display : none;
11
+ }
12
+
You can’t perform that action at this time.
0 commit comments