+ 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 coding at a young age prepares them for the future. Coding helps children with communication, creativity,
+ math,writing, and confidence.
+
diff --git a/.learn/resets/01.2-Your-First-Style/index.html b/.learn/resets/01.2-Your-First-Style/index.html
new file mode 100644
index 00000000..39661132
--- /dev/null
+++ b/.learn/resets/01.2-Your-First-Style/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ Hello! I am an anchor in red, change my color to yellow
+
+
diff --git a/.learn/resets/01.3-Your-Second-Style/index.html b/.learn/resets/01.3-Your-Second-Style/index.html
new file mode 100644
index 00000000..998d973a
--- /dev/null
+++ b/.learn/resets/01.3-Your-Second-Style/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+ Hello! My background should be blue!
+
+
diff --git a/.learn/resets/02-Separate-Stylesheet/index.html b/.learn/resets/02-Separate-Stylesheet/index.html
new file mode 100644
index 00000000..a7be7a61
--- /dev/null
+++ b/.learn/resets/02-Separate-Stylesheet/index.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+ My background should be blue.
+
+
diff --git a/.learn/resets/02-Separate-Stylesheet/styles.css b/.learn/resets/02-Separate-Stylesheet/styles.css
new file mode 100644
index 00000000..780be166
--- /dev/null
+++ b/.learn/resets/02-Separate-Stylesheet/styles.css
@@ -0,0 +1,4 @@
+/* your styles here:
+ 1. Select the body tag.
+ 2. Add the background rule equal to blue.
+ */
diff --git a/.learn/resets/02.1-Background/index.html b/.learn/resets/02.1-Background/index.html
new file mode 100644
index 00000000..ce03ce24
--- /dev/null
+++ b/.learn/resets/02.1-Background/index.html
@@ -0,0 +1,10 @@
+
+
+
+
+ 02 Background
+
+
+ My background should be an image with th size "contain"
+
+
diff --git a/.learn/resets/02.1-Background/styles.css b/.learn/resets/02.1-Background/styles.css
new file mode 100644
index 00000000..afdf956f
--- /dev/null
+++ b/.learn/resets/02.1-Background/styles.css
@@ -0,0 +1,5 @@
+body {
+ background-image: url(https://4geeksacademy.github.io/exercise-assets/img/bg/small-mosaic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+}
diff --git a/.learn/resets/03-Inline-Styles/index.html b/.learn/resets/03-Inline-Styles/index.html
new file mode 100644
index 00000000..ab36cc54
--- /dev/null
+++ b/.learn/resets/03-Inline-Styles/index.html
@@ -0,0 +1,17 @@
+
+
+
+ 03 Inline Styles
+
+
+
+
+
+
diff --git a/.learn/resets/05-Specificity/styles.css b/.learn/resets/05-Specificity/styles.css
new file mode 100644
index 00000000..db471c2b
--- /dev/null
+++ b/.learn/resets/05-Specificity/styles.css
@@ -0,0 +1,9 @@
+ul li{
+ background: blue;
+}
+
+#thirditem{
+ background: yellow;
+}
+/****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/
+
\ No newline at end of file
diff --git a/.learn/resets/06-Practicing-Rules/index.html b/.learn/resets/06-Practicing-Rules/index.html
new file mode 100644
index 00000000..4119acb5
--- /dev/null
+++ b/.learn/resets/06-Practicing-Rules/index.html
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+ 06 Practicing Rules
+
+
+
+
The learning essay
+
3 reasons you know you are learning
+
+ We are going to explain in this pharagraph the 3 most comon signs that you should look into yourself to recognize if you are learning.
+
+
+
You are able to complete the exercises by yourself.
+
You understand what the teacher is talking about
+
Your are able to have conversations about the topic
+
+
3 reasons you know love what you are learning
+
+
Time passes fast.
+
+ You are anxious to finish this excercise and start the next one.
+
+
Is 12am and you don't want to go to sleep.
+
+
+ If you can't sleep, what better than watching videos of cats?
+ click here
+
+
+
\ No newline at end of file
diff --git a/.learn/resets/06-Practicing-Rules/styles.css b/.learn/resets/06-Practicing-Rules/styles.css
new file mode 100644
index 00000000..d89b1a47
--- /dev/null
+++ b/.learn/resets/06-Practicing-Rules/styles.css
@@ -0,0 +1 @@
+/* add your styles here */
\ No newline at end of file
diff --git a/.learn/resets/07-Very-Specific-Rules/index.html b/.learn/resets/07-Very-Specific-Rules/index.html
new file mode 100644
index 00000000..9c691446
--- /dev/null
+++ b/.learn/resets/07-Very-Specific-Rules/index.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+ 07 Very Specific Rules
+
+
+
The learning essay
+
3 reasons you know you are learning
+
+ We are going to explain in this pharagraph the 3 most comon signs that you should look into yourself to recognize if you are learning.
+
+
+
You are able to complete the exercises by yourself.
+
You understand what the teacher is talking about
+
Your are able to have conversations about the topic
+
+
3 reasons you know love what you are learning
+
+
Time passes fast.
+
You are anxious to finish this excercise and start the next one.
+
Is 12am and you don't want to go to sleep.
+
+
+ If you can't sleep, what better than watching videos of cats?
+ click here
+
+
+
+
+
Age
+
Gender
+
+
+
12 years
+
Male
+
+
+
22 years
+
Female
+
+
+
11 years
+
Male
+
+
+
21 years
+
Male
+
+
+
22 years
+
Female
+
+
+
10 years
+
Male
+
+
+
13 years
+
Female
+
+
+
13 years
+
Male
+
+
+
10 years
+
Male
+
+
+
11 years
+
Male
+
+
+
11 years
+
Male
+
+
+
+
diff --git a/.learn/resets/07-Very-Specific-Rules/styles.css b/.learn/resets/07-Very-Specific-Rules/styles.css
new file mode 100644
index 00000000..defdb77a
--- /dev/null
+++ b/.learn/resets/07-Very-Specific-Rules/styles.css
@@ -0,0 +1,15 @@
+/** Insert your code here **/
+
+/*********** READ ONLY BLOCK ******
+You CAN NOT UPDATE anything from here on,
+only add lines of code on top of this lines
+**/
+
+body {
+ color: blue;
+}
+
+ul li,
+ol li {
+ color: green;
+}
diff --git a/.learn/resets/08-Rounded-Image/index.html b/.learn/resets/08-Rounded-Image/index.html
new file mode 100644
index 00000000..f8637953
--- /dev/null
+++ b/.learn/resets/08-Rounded-Image/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ 08 Rounded Image
+
+
+
+
+
+
diff --git a/.learn/resets/08-Rounded-Image/styles.css b/.learn/resets/08-Rounded-Image/styles.css
new file mode 100644
index 00000000..62006948
--- /dev/null
+++ b/.learn/resets/08-Rounded-Image/styles.css
@@ -0,0 +1,6 @@
+body {
+ background: #bdbdbd;
+}
+.rounded {
+ border-radius: 100%;
+}
diff --git a/.learn/resets/09-Anchor-Styles/index.html b/.learn/resets/09-Anchor-Styles/index.html
new file mode 100644
index 00000000..984ca01e
--- /dev/null
+++ b/.learn/resets/09-Anchor-Styles/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ 09 Anchor Styles
+
+
+
+ Click me
+
+
diff --git a/.learn/resets/09-Anchor-Styles/styles.css b/.learn/resets/09-Anchor-Styles/styles.css
new file mode 100644
index 00000000..7eaa9bea
--- /dev/null
+++ b/.learn/resets/09-Anchor-Styles/styles.css
@@ -0,0 +1,16 @@
+
+.threeDimension {
+ display: block;
+ border: 1px solid;
+ border-color: #aaa #000 #000 #aaa;
+ width: 8em;
+ background: #fc0;
+ text-decoration: none;
+ text-align: center;
+ color: black;
+}
+
+a.threeDimension:active {
+ /* your code here*/
+
+}
\ No newline at end of file
diff --git a/.learn/resets/10-Your-Own-Font/index.html b/.learn/resets/10-Your-Own-Font/index.html
new file mode 100644
index 00000000..a0e7f25a
--- /dev/null
+++ b/.learn/resets/10-Your-Own-Font/index.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+ 10 Your Own Font
+
+
+
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 coding at a young age prepares them for the future. Coding helps children with communication, creativity,
diff --git a/exercises/01.2-Your-First-Style/index.html b/exercises/01.2-Your-First-Style/index.html
index 39661132..450a42f7 100644
--- a/exercises/01.2-Your-First-Style/index.html
+++ b/exercises/01.2-Your-First-Style/index.html
@@ -4,7 +4,8 @@
diff --git a/exercises/01.3-Your-Second-Style/index.html b/exercises/01.3-Your-Second-Style/index.html
index 998d973a..9b239409 100644
--- a/exercises/01.3-Your-Second-Style/index.html
+++ b/exercises/01.3-Your-Second-Style/index.html
@@ -3,6 +3,9 @@