File tree 1 file changed +38
-18
lines changed
1 file changed +38
-18
lines changed Original file line number Diff line number Diff line change 10
10
</ style >
11
11
12
12
< style class ="editable ">
13
- # outer div ul .nav a {
14
- background-color : blue;
15
- padding : 5px ;
16
- display : inline-block;
17
- margin-bottom : 10px ;
18
- }
13
+ @layer yellow, blue, green;
19
14
20
- div div li a {
21
- color : yellow;
15
+ @layer blue {
16
+ # outer div ul .nav a {
17
+ background-color : blue;
18
+ padding : 5px ;
19
+ display : inline-block;
20
+ margin-bottom : 10px ;
21
+ }
22
+ }
23
+ @layer yellow {
24
+ div div li a {
25
+ color : yellow;
26
+ }
27
+ }
28
+ @layer green {
29
+ a {
30
+ color : lightgreen;
31
+ }
22
32
}
23
33
</ style >
24
34
</ head >
35
45
</ div >
36
46
</ section >
37
47
38
- < textarea class ="playable playable-css " style ="height: 250px; ">
39
- #outer div ul .nav a {
40
- background-color: blue;
41
- padding: 5px;
42
- display: inline-block;
43
- margin-bottom: 10px;
44
- }
48
+ < textarea class ="playable playable-css " style ="height: 400px; ">
49
+ @layer yellow, blue, green;
45
50
46
- div div li a {
47
- color: yellow;
48
- }
51
+ @layer blue {
52
+ #outer div ul .nav a {
53
+ background-color: blue;
54
+ padding: 5px;
55
+ display: inline-block;
56
+ margin-bottom: 10px;
57
+ }
58
+ }
59
+ @layer yellow {
60
+ div div li a {
61
+ color: yellow;
62
+ }
63
+ }
64
+ @layer green {
65
+ a {
66
+ color: lightgreen;
67
+ }
68
+ }
49
69
</ textarea >
50
70
51
71
< textarea class ="playable playable-html " style ="height: 170px; ">
You can’t perform that action at this time.
0 commit comments