File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < title > The Cascade Task</ title >
7+ < link rel ="stylesheet " href ="../styles.css ">
8+ < style >
9+
10+ </ style >
11+
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+
20+ div div li a {
21+ color : yellow;
22+ }
23+ </ style >
24+ </ head >
25+
26+ < body >
27+ < section class ="preview ">
28+ < div id ="outer " class ="container ">
29+ < div id ="inner " class ="container ">
30+ < ul >
31+ < li class ="nav "> < a href ="# "> One</ a > </ li >
32+ < li class ="nav "> < a href ="# "> Two</ a > </ li >
33+ </ ul >
34+ </ div >
35+ </ div >
36+ </ section >
37+
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+ }
45+
46+ div div li a {
47+ color: yellow;
48+ }
49+ </ textarea >
50+
51+ < textarea class ="playable playable-html " style ="height: 170px; ">
52+ < div id ="outer " class ="container ">
53+ < div id ="inner " class ="container ">
54+ < ul >
55+ < li class ="nav "> < a href ="# "> One</ a > </ li >
56+ < li class ="nav "> < a href ="# "> Two</ a > </ li >
57+ </ ul >
58+ </ div >
59+ </ div >
60+ </ textarea >
61+
62+ < div class ="playable-buttons ">
63+ < input id ="reset " type ="button " value ="Reset ">
64+ </ div >
65+ </ body >
66+ < script src ="../playable.js "> </ script >
67+
68+ </ html >
You can’t perform that action at this time.
0 commit comments