Skip to content

Commit 27c870b

Browse files
Merge pull request 4GeeksAcademy#85 from dsilva06/change-style
fixed instructions
2 parents 9cdcab2 + 0415034 commit 27c870b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

exercises/01.2-Your-First-Style/solution.hide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<style>
55
a {
6-
/* change this style to blue */
6+
/* change this style to yellow */
77
color: yellow;
88
}
99
</style>

0 commit comments

Comments
 (0)