File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
< style class ="editable ">
12
- # outer div ul .nav a {
13
- background-color : blue ;
14
- padding : 5px ;
15
- display : inline-block;
16
- margin-bottom : 10px ;
17
- }
12
+ # outer div ul .nav a {
13
+ background-color : powderblue ;
14
+ padding : 5px ;
15
+ display : inline-block;
16
+ margin-bottom : 10px ;
17
+ }
18
18
19
- div div li a {
20
- color : yellow ;
21
- }
19
+ div div li a {
20
+ color : rebeccapurple ;
21
+ }
22
22
</ style >
23
23
24
24
</ head >
35
35
</ div >
36
36
</ section >
37
37
< textarea class ="playable playable-css " style ="height: 250px; ">
38
- #outer div ul .nav a {
39
- background-color: blue ;
40
- padding: 5px;
41
- display: inline-block;
42
- margin-bottom: 10px;
43
- }
38
+ #outer div ul .nav a {
39
+ background-color: powderblue ;
40
+ padding: 5px;
41
+ display: inline-block;
42
+ margin-bottom: 10px;
43
+ }
44
44
45
- div div li a {
46
- color: yellow ;
47
- }
45
+ div div li a {
46
+ color: rebeccapurple ;
47
+ }
48
48
</ textarea >
49
49
50
50
< textarea class ="playable playable-html " style ="height: 170px; ">
You can’t perform that action at this time.
0 commit comments