Hello |
diff --git a/exercises/02-style-tag/index.html b/exercises/02-style-tag/index.html
index d88e76d..c896899 100644
--- a/exercises/02-style-tag/index.html
+++ b/exercises/02-style-tag/index.html
@@ -1 +1,7 @@
+
+Click me to open google.com
diff --git a/exercises/02.1-add-a-style-tag/index.html b/exercises/02.1-add-a-style-tag/index.html
index dbdd26d..fde1188 100644
--- a/exercises/02.1-add-a-style-tag/index.html
+++ b/exercises/02.1-add-a-style-tag/index.html
@@ -1,4 +1,9 @@
+
Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology
around them. Having children learn to code at a young age prepares them for the future. Coding helps children with communication, creativity,
diff --git a/exercises/02.2-rbga-colors/index.html b/exercises/02.2-rbga-colors/index.html
index 3966113..a2a88d0 100644
--- a/exercises/02.2-rbga-colors/index.html
+++ b/exercises/02.2-rbga-colors/index.html
@@ -4,7 +4,7 @@
diff --git a/exercises/02.3-your-second-style/index.html b/exercises/02.3-your-second-style/index.html
index 998d973..03e672a 100644
--- a/exercises/02.3-your-second-style/index.html
+++ b/exercises/02.3-your-second-style/index.html
@@ -3,6 +3,9 @@
diff --git a/exercises/03-separate-stylesheet/styles.css b/exercises/03-separate-stylesheet/styles.css
index fb551ff..3ac5621 100644
--- a/exercises/03-separate-stylesheet/styles.css
+++ b/exercises/03-separate-stylesheet/styles.css
@@ -2,3 +2,6 @@
1. Select the body tag
2. Add the background rule equal to blue
*/
+body {
+ background-color: blue;
+}
diff --git a/exercises/03.1-background/styles.css b/exercises/03.1-background/styles.css
index afdf956..a2c6b30 100644
--- a/exercises/03.1-background/styles.css
+++ b/exercises/03.1-background/styles.css
@@ -1,5 +1,5 @@
body {
background-image: url(https://4geeksacademy.github.io/exercise-assets/img/bg/small-mosaic.jpg);
- background-size: cover;
- background-repeat: no-repeat;
+ background-size: contain;
+ background-repeat: repeat;
}
diff --git a/exercises/04-list-styling/index.html b/exercises/04-list-styling/index.html
index 2eb502e..7b663ff 100644
--- a/exercises/04-list-styling/index.html
+++ b/exercises/04-list-styling/index.html
@@ -40,4 +40,4 @@ Web-developer drinks
-