File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 99
1010
1111 < 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+ }
1818
19- div div li a {
20- color : yellow ;
21- }
19+ div div li a {
20+ color : rebeccapurple ;
21+ }
2222 </ style >
2323
2424</ head >
3535 </ div >
3636 </ section >
3737< 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+ }
4444
45- div div li a {
46- color: yellow ;
47- }
45+ div div li a {
46+ color: rebeccapurple ;
47+ }
4848</ textarea >
4949
5050 < textarea class ="playable playable-html " style ="height: 170px; ">
You can’t perform that action at this time.
0 commit comments