From ac43e59bc13983551bed76006bb3beac1c530dfb Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:34:00 +0000
Subject: [PATCH 01/58] hello-world first commit
---
.learn/resets/01-Hello-World/index.html | 1 +
exercises/01-Hello-World/index.html | 17 ++++++++++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 .learn/resets/01-Hello-World/index.html
diff --git a/.learn/resets/01-Hello-World/index.html b/.learn/resets/01-Hello-World/index.html
new file mode 100644
index 00000000..03ae0584
--- /dev/null
+++ b/.learn/resets/01-Hello-World/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/exercises/01-Hello-World/index.html b/exercises/01-Hello-World/index.html
index 03ae0584..8387a891 100644
--- a/exercises/01-Hello-World/index.html
+++ b/exercises/01-Hello-World/index.html
@@ -1 +1,16 @@
-
\ No newline at end of file
+
+
+
+
+ Hello-World
+
+
+
+ Click me to open google.com
+
+
From bfe0f21e85271850fa1d3a4cea91b0752dd8f8dc Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:38:33 +0000
Subject: [PATCH 02/58] ex2 first commit
---
.learn/resets/01.1-The-Style-Tag/index.html | 6 +++++
exercises/01-Hello-World/index.html | 26 ++++++++++-----------
exercises/01.1-The-Style-Tag/index.html | 5 ++++
3 files changed, 24 insertions(+), 13 deletions(-)
create mode 100644 .learn/resets/01.1-The-Style-Tag/index.html
diff --git a/.learn/resets/01.1-The-Style-Tag/index.html b/.learn/resets/01.1-The-Style-Tag/index.html
new file mode 100644
index 00000000..1c51e8e0
--- /dev/null
+++ b/.learn/resets/01.1-The-Style-Tag/index.html
@@ -0,0 +1,6 @@
+
+
+ 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/exercises/01-Hello-World/index.html b/exercises/01-Hello-World/index.html
index 8387a891..76f58afc 100644
--- a/exercises/01-Hello-World/index.html
+++ b/exercises/01-Hello-World/index.html
@@ -1,16 +1,16 @@
-
-
- Hello-World
-
-
-
- Click me to open google.com
-
+
+
+ Hello-World
+
+
+
+ Click me to open google.com
+
diff --git a/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html
index 1c51e8e0..d0b890ea 100644
--- a/exercises/01.1-The-Style-Tag/index.html
+++ b/exercises/01.1-The-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 coding at a young age prepares them for the future. Coding helps children with communication, creativity,
From 11c438e9c5b4cdd99344e1280f927c64252d32bc Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:41:52 +0000
Subject: [PATCH 03/58] second commit
---
exercises/01.1-The-Style-Tag/index.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html
index d0b890ea..c4b42be3 100644
--- a/exercises/01.1-The-Style-Tag/index.html
+++ b/exercises/01.1-The-Style-Tag/index.html
@@ -1,4 +1,10 @@
-
+
+
+
+
+ the style tag
+
+
-
- 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.
-
-
+
+
+ the style tag
+
+
+
+
+ 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.
+
+
From 85b7f04fa506a44f97877a74f6e3502095920581 Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:45:09 +0000
Subject: [PATCH 05/58] 2nd recom
---
exercises/01.1-The-Style-Tag/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html
index b7f4c52a..4c3127bf 100644
--- a/exercises/01.1-The-Style-Tag/index.html
+++ b/exercises/01.1-The-Style-Tag/index.html
@@ -6,7 +6,7 @@
From 8ff7bcb5a89353509dfc3d16efddcfe2aebd9140 Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:48:16 +0000
Subject: [PATCH 06/58] ex01 first commit
---
.learn/resets/01.2-Your-First-Style/index.html | 14 ++++++++++++++
exercises/01.1-The-Style-Tag/index.html | 2 +-
exercises/01.2-Your-First-Style/index.html | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 .learn/resets/01.2-Your-First-Style/index.html
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..2dec7923
--- /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/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html
index 4c3127bf..9bc69762 100644
--- a/exercises/01.1-The-Style-Tag/index.html
+++ b/exercises/01.1-The-Style-Tag/index.html
@@ -2,7 +2,7 @@
- the style tag
+ Your First Style
From f949326b5c6cbade280df0428fc09b2b087196b5 Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:49:41 +0000
Subject: [PATCH 07/58] ex02 first commit
---
.learn/resets/01.3-Your-Second-Style/index.html | 11 +++++++++++
exercises/01.3-Your-Second-Style/index.html | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 .learn/resets/01.3-Your-Second-Style/index.html
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/exercises/01.3-Your-Second-Style/index.html b/exercises/01.3-Your-Second-Style/index.html
index 998d973a..2132a21d 100644
--- a/exercises/01.3-Your-Second-Style/index.html
+++ b/exercises/01.3-Your-Second-Style/index.html
@@ -2,7 +2,9 @@
From 24b6e7cf219787af07a400110b43edb4e15e6748 Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:51:33 +0000
Subject: [PATCH 08/58] ex1.3 first commit
---
.learn/resets/02-Separate-Stylesheet/index.html | 9 +++++++++
exercises/01.3-Your-Second-Style/index.html | 2 +-
exercises/02-Separate-Stylesheet/styles.css | 7 +++----
3 files changed, 13 insertions(+), 5 deletions(-)
create mode 100644 .learn/resets/02-Separate-Stylesheet/index.html
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/exercises/01.3-Your-Second-Style/index.html b/exercises/01.3-Your-Second-Style/index.html
index 2132a21d..1b87ed9d 100644
--- a/exercises/01.3-Your-Second-Style/index.html
+++ b/exercises/01.3-Your-Second-Style/index.html
@@ -2,7 +2,7 @@
diff --git a/exercises/02-Separate-Stylesheet/styles.css b/exercises/02-Separate-Stylesheet/styles.css
index 780be166..ddbf5ce5 100644
--- a/exercises/02-Separate-Stylesheet/styles.css
+++ b/exercises/02-Separate-Stylesheet/styles.css
@@ -1,4 +1,3 @@
-/* your styles here:
- 1. Select the body tag.
- 2. Add the background rule equal to blue.
- */
+body{
+ background-color: blue;
+}
From 0c6f33b8b7b2fbeb5ffc0aa4fa190bf016e04f86 Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:52:43 +0000
Subject: [PATCH 09/58] ex1.4 first commit
---
.learn/resets/02.1-Background/index.html | 10 ++++++++++
exercises/02-Separate-Stylesheet/styles.css | 4 ++--
exercises/02.1-Background/styles.css | 4 ++--
3 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 .learn/resets/02.1-Background/index.html
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/exercises/02-Separate-Stylesheet/styles.css b/exercises/02-Separate-Stylesheet/styles.css
index ddbf5ce5..d7cf32a7 100644
--- a/exercises/02-Separate-Stylesheet/styles.css
+++ b/exercises/02-Separate-Stylesheet/styles.css
@@ -1,3 +1,3 @@
-body{
- background-color: blue;
+body {
+ background-color: blue;
}
diff --git a/exercises/02.1-Background/styles.css b/exercises/02.1-Background/styles.css
index afdf956f..73326fd4 100644
--- a/exercises/02.1-Background/styles.css
+++ b/exercises/02.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: containr;
+ background-repeat: inherit;
}
From 07ec1fe956556474d59a9603da6ae21b353810b9 Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:53:24 +0000
Subject: [PATCH 10/58] ex1.4 2nd commit
---
exercises/02.1-Background/styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/02.1-Background/styles.css b/exercises/02.1-Background/styles.css
index 73326fd4..5c3a529e 100644
--- a/exercises/02.1-Background/styles.css
+++ b/exercises/02.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: containr;
+ background-size: contain;
background-repeat: inherit;
}
From a85dd1d112b678d39aeeb8f73632ef56c35a1f6c Mon Sep 17 00:00:00 2001
From: JBritton2343
Date: Tue, 28 Jun 2022 13:56:19 +0000
Subject: [PATCH 11/58] inline sytles first commit
---
.learn/resets/03-Inline-Styles/index.html | 17 +++++++++++++++++
exercises/03-Inline-Styles/index.html | 5 +++++
2 files changed, 22 insertions(+)
create mode 100644 .learn/resets/03-Inline-Styles/index.html
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
+
+
+
+