Skip to content

Commit 1464af8

Browse files
committed
1.2
1 parent 49c323a commit 1464af8

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
lines changed

.learn/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"translations": []
3434
},
35-
"currentExercise": "01-Hello-World",
35+
"currentExercise": "01.2-Your-First-Style",
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": 5901489469235463000,
50+
"session": 2486695615915306500,
5151
"exercises": [
5252
{
5353
"position": 0,
@@ -84,7 +84,7 @@
8484
"us": "README.md"
8585
},
8686
"language": "html",
87-
"entry": "exercises/01-Hello-World/index.html",
87+
"entry": "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": "exercises/01.1-The-Style-Tag/index.html",
118+
"entry": "index.html",
119119
"title": "01.1-The-Style-Tag",
120120
"graded": false,
121121
"files": [

.learn/dist/index.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
<!-- your code here -->
2-
3-
<style>
4-
a {
5-
/* cambia este estilo a yellow */
6-
color: pink;
7-
}
8-
</style>
9-
<a href="https://google.com" target="_blank">Click me to open google.com</a>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style>
5+
a {
6+
/* change this style to yellow */
7+
color: yellow;
8+
}
9+
</style>
10+
</head>
11+
<body>
12+
Hello! <a href="#">I am an anchor in red, change my color to yellow</a>
13+
</body>
14+
</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":205187773216.824},{"name":"configuration_loaded","time":205188797185.666},{"name":"start_exercise","time":205193082165.206,"data":"00-Welcome"},{"name":"start_exercise","time":205268424881.185,"data":"01-Hello-World"},{"name":"open_files","time":205268863326.381,"data":["exercises/01-Hello-World/index.html"]},{"name":"open_window","time":205310382091.874,"data":"https://3000-coral-partridge-2y1hrdfw.ws-us18.gitpod.io/preview"}]
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"}]

exercises/01.2-Your-First-Style/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<style>
55
a {
66
/* change this style to yellow */
7-
color: red;
7+
color: yellow;
88
}
99
</style>
1010
</head>

0 commit comments

Comments
 (0)