+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et
+ quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est
+ laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio
+ cumque nihil impedit.
+
+
+
diff --git a/.learn/resets/05-Float-example/styles.css b/.learn/resets/05-Float-example/styles.css
new file mode 100644
index 0000000..8fcd957
--- /dev/null
+++ b/.learn/resets/05-Float-example/styles.css
@@ -0,0 +1,3 @@
+#myImage{
+ max-width: 250px;
+}
\ No newline at end of file
diff --git a/.learn/resets/06-center-content/index.html b/.learn/resets/06-center-content/index.html
new file mode 100644
index 0000000..51174ff
--- /dev/null
+++ b/.learn/resets/06-center-content/index.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+ 4Geeks Academy
+
+
+
+
+
The learning essay
+
3 reasons you know you are learning
+
We are going to explain in this paragraph the 3 most common 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.
+
You are able to have conversations about the topic.
+
+
3 reasons you love what you are learning
+
+
Time passes fast.
+
You are anxious to finish this exercise and start the next one.
+
It's 12am and you don't want to go to sleep.
+
+
If you can't sleep, what's better than watching videos of cats? click here
+
+
+
diff --git a/.learn/resets/06-center-content/styles.css b/.learn/resets/06-center-content/styles.css
new file mode 100644
index 0000000..0074cfc
--- /dev/null
+++ b/.learn/resets/06-center-content/styles.css
@@ -0,0 +1,3 @@
+body{
+ background:blue;
+}
\ No newline at end of file
diff --git a/.learn/resets/07-Sidebar/index.html b/.learn/resets/07-Sidebar/index.html
new file mode 100644
index 0000000..12ce8cb
--- /dev/null
+++ b/.learn/resets/07-Sidebar/index.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ 4Geeks Academy
+
+
+
+
+
+
This is my sidebar.
+
+ This is my content, This is my content, This is my content, This is my content, This is my content, This is my content, This is my
+ content,
+
+
+
+
diff --git a/.learn/resets/07-Sidebar/styles.css b/.learn/resets/07-Sidebar/styles.css
new file mode 100644
index 0000000..fe50855
--- /dev/null
+++ b/.learn/resets/07-Sidebar/styles.css
@@ -0,0 +1,11 @@
+#wrapper {
+ background: grey;
+}
+
+#sidebar {
+ background: blue;
+}
+
+#content {
+ background: yellow;
+}
\ No newline at end of file
diff --git a/.learn/resets/08-Split-Screen-in-three/index.html b/.learn/resets/08-Split-Screen-in-three/index.html
new file mode 100644
index 0000000..d1c2895
--- /dev/null
+++ b/.learn/resets/08-Split-Screen-in-three/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+ 4Geeks Academy
+
+
+
+
+