Skip to content

Commit b8425ee

Browse files
committed
5
1 parent 12ebd42 commit b8425ee

File tree

6 files changed

+29
-28
lines changed

6 files changed

+29
-28
lines changed

.learn/config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"translations": []
3434
},
35-
"currentExercise": "03-Inline-Styles",
35+
"currentExercise": "05-Specificity",
3636
"language": "html",
3737
"slug": "css-tutorial-exercises-course",
3838
"skills": [
@@ -47,7 +47,7 @@
4747
"difficulty": "easy",
4848
"video-solutions": true,
4949
"graded": false,
50-
"session": 2486695615915306500,
50+
"session": 337979546100946050,
5151
"exercises": [
5252
{
5353
"position": 0,
@@ -84,7 +84,7 @@
8484
"us": "README.md"
8585
},
8686
"language": "html",
87-
"entry": "index.html",
87+
"entry": "exercises/01-Hello-World/index.html",
8888
"title": "01-Hello-World",
8989
"graded": false,
9090
"files": [
@@ -115,7 +115,7 @@
115115
"us": "README.md"
116116
},
117117
"language": "html",
118-
"entry": "index.html",
118+
"entry": "exercises/01.1-The-Style-Tag/index.html",
119119
"title": "01.1-The-Style-Tag",
120120
"graded": false,
121121
"files": [
@@ -146,7 +146,7 @@
146146
"us": "README.md"
147147
},
148148
"language": "html",
149-
"entry": "index.html",
149+
"entry": "exercises/01.2-Your-First-Style/index.html",
150150
"title": "01.2-Your-First-Style",
151151
"graded": true,
152152
"files": [
@@ -182,7 +182,7 @@
182182
"us": "README.md"
183183
},
184184
"language": "html",
185-
"entry": "index.html",
185+
"entry": "exercises/01.3-Your-Second-Style/index.html",
186186
"title": "01.3-Your-Second-Style",
187187
"graded": true,
188188
"files": [
@@ -218,7 +218,7 @@
218218
"us": "README.md"
219219
},
220220
"language": "html",
221-
"entry": "index.html",
221+
"entry": "exercises/02-Separate-Stylesheet/index.html",
222222
"title": "02-Separate-Stylesheet",
223223
"graded": true,
224224
"files": [
@@ -259,7 +259,7 @@
259259
"us": "README.md"
260260
},
261261
"language": "html",
262-
"entry": "index.html",
262+
"entry": "exercises/02.1-Background/index.html",
263263
"title": "02.1-Background",
264264
"graded": true,
265265
"files": [
@@ -336,7 +336,7 @@
336336
"us": "README.md"
337337
},
338338
"language": "html",
339-
"entry": "exercises/04-Class-Selector/index.html",
339+
"entry": "index.html",
340340
"title": "04-Class-Selector",
341341
"graded": false,
342342
"files": [

.learn/dist/index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>03 Inline Styles</title>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<link rel="stylesheet" type="text/css" href="./styles.css" />
7+
<title>05 Specificity</title>
58
</head>
6-
79
<body>
8-
<table>
9-
<tr>
10-
<td>Hello</td>
11-
</tr>
12-
<tr>
13-
<td>My brother</td>
14-
</tr>
15-
</table>
10+
<ul>
11+
<li>My first item of the list</li>
12+
<li>My second item of the list</li>
13+
<li id="thirditem">My third item of the list</li>
14+
<li>My forth item of the list</li>
15+
<li>My fifth item of the list</li>
16+
</ul>
1617
</body>
1718
</html>

.learn/vscode_queue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"name":"initializing","time":104668866444.498},{"name":"reset","time":104668866512.623},{"name":"configuration_loaded","time":104669884594.321},{"name":"start_exercise","time":104679300057.084,"data":"00-Welcome"},{"name":"start_exercise","time":104698737896.667,"data":"01-Hello-World"},{"name":"open_files","time":104698905097.405,"data":["exercises/01-Hello-World/index.html"]},{"name":"open_window","time":104707694842.095,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"start_exercise","time":104742021143.067,"data":"01.1-The-Style-Tag"},{"name":"open_files","time":104742523982.441,"data":["exercises/01.1-The-Style-Tag/index.html"]},{"name":"start_exercise","time":104780272459.333,"data":"01-Hello-World"},{"name":"open_files","time":104780641565.341,"data":["exercises/01-Hello-World/index.html"]},{"name":"open_files","time":104848925115.206,"data":["exercises/01-Hello-World/index.html"]},{"name":"start_exercise","time":104865791156.662,"data":"01.2-Your-First-Style"},{"name":"open_files","time":104866521467.069,"data":["exercises/01.2-Your-First-Style/index.html"]},{"name":"open_window","time":104900173206.635,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"start_exercise","time":105003625757.013,"data":"01.3-Your-Second-Style"},{"name":"open_files","time":105003926285.276,"data":["exercises/01.3-Your-Second-Style/index.html"]},{"name":"open_window","time":105257757724.66,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":105309435296.735,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"start_exercise","time":105329040303.771,"data":"02-Separate-Stylesheet"},{"name":"open_files","time":105329696569.913,"data":["exercises/02-Separate-Stylesheet/index.html","exercises/02-Separate-Stylesheet/styles.css"]},{"name":"open_window","time":105448240562.85,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"start_exercise","time":105469226410.45,"data":"02.1-Background"},{"name":"open_files","time":105469619015.062,"data":["exercises/02.1-Background/index.html","exercises/02.1-Background/styles.css"]},{"name":"open_window","time":105837040937.864,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"start_exercise","time":105852822578.771,"data":"03-Inline-Styles"},{"name":"open_files","time":105853565124.774,"data":["exercises/03-Inline-Styles/index.html"]},{"name":"open_window","time":106111340897.589,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"}]
1+
[{"name":"initializing","time":75685399963.85},{"name":"reset","time":75685400020.825},{"name":"configuration_loaded","time":75686894920.958},{"name":"start_exercise","time":75689405450.488,"data":"00-Welcome"},{"name":"start_exercise","time":76095892775.524,"data":"04-Class-Selector"},{"name":"open_files","time":76096342226.62,"data":["exercises/04-Class-Selector/index.html","exercises/04-Class-Selector/styles.css"]},{"name":"open_window","time":77109081740.769,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":77538513719.535,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":77560438776.325,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":77999242930.945,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78165195933.854,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78184030371.052,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78247935107.285,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78293827186.856,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78361823220.3,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78454119749.893,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"open_window","time":78470783841.515,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"},{"name":"start_exercise","time":78533458200.6,"data":"05-Specificity"},{"name":"open_files","time":78533751366.832,"data":["exercises/05-Specificity/index.html","exercises/05-Specificity/styles.css"]},{"name":"open_window","time":78671331473.453,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"}]

exercises/03-Inline-Styles/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66

77
<body>
8-
<table>
8+
<table style="background-color: green">
99
<tr>
1010
<td>Hello</td>
1111
</tr>

exercises/04-Class-Selector/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<html>
33
<head>
44
<link rel="stylesheet" type="text/css" href="./styles.css" />
5-
<title>
6-
04 Class selector
7-
</title>
5+
<title>04 Class selector</title>
86
</head>
97

108
<body>

exercises/05-Specificity/styles.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
ul li{
1+
ul li {
22
background: blue;
33
}
44

5-
#thirditem{
5+
#thirditem {
66
background: yellow;
7-
}
7+
}
88
/****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/
9-
9+
#thirditem {
10+
background: green !important;
11+
}

0 commit comments

Comments
 (0)