File tree 1 file changed +22
-24
lines changed
1 file changed +22
-24
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="utf-8 ">
6
6
< title > The Cascade Task</ title >
7
7
< link rel ="stylesheet " href ="../styles.css ">
8
- < style >
9
-
10
- </ style >
11
8
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
- }
19
9
20
- div div li a {
21
- color : yellow;
22
- }
23
- </ style >
10
+ < style class ="editable ">
11
+ # outer div ul .nav a {
12
+ background-color : blue;
13
+ padding : 5px ;
14
+ display : inline-block;
15
+ margin-bottom : 10px ;
16
+ }
17
+
18
+ div div li a {
19
+ color : yellow;
20
+ }
21
+ </ style >
24
22
</ head >
25
23
26
24
< body >
36
34
</ section >
37
35
38
36
< 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
- }
37
+ #outer div ul .nav a {
38
+ background-color: blue;
39
+ padding: 5px;
40
+ display: inline-block;
41
+ margin-bottom: 10px;
42
+ }
45
43
46
- div div li a {
47
- color: yellow;
48
- }
49
- </ textarea >
44
+ div div li a {
45
+ color: yellow;
46
+ }
47
+ </ textarea >
50
48
51
49
< textarea class ="playable playable-html " style ="height: 170px; ">
52
50
< div id ="outer " class ="container ">
You can’t perform that action at this time.
0 commit comments