Skip to content

Commit f05e390

Browse files
committed
Cascade Layers: New task
1 parent bd343d4 commit f05e390

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

learn/tasks/cascade/cascade.html

+22-24
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@
55
<meta charset="utf-8">
66
<title>The Cascade Task</title>
77
<link rel="stylesheet" href="../styles.css">
8-
<style>
9-
10-
</style>
118

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-
}
199

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>
2422
</head>
2523

2624
<body>
@@ -36,17 +34,17 @@
3634
</section>
3735

3836
<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+
}
4543

46-
div div li a {
47-
color: yellow;
48-
}
49-
</textarea>
44+
div div li a {
45+
color: yellow;
46+
}
47+
</textarea>
5048

5149
<textarea class="playable playable-html" style="height: 170px;">
5250
<div id="outer" class="container">

0 commit comments

Comments
 (0)