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 + + + + + + + + + + +
Hello
My brother
+ + diff --git a/exercises/03-Inline-Styles/index.html b/exercises/03-Inline-Styles/index.html index ab36cc54..76be57e5 100644 --- a/exercises/03-Inline-Styles/index.html +++ b/exercises/03-Inline-Styles/index.html @@ -14,4 +14,9 @@ + From 213054418cddab208124855bae3aa4e60064a496 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 13:58:47 +0000 Subject: [PATCH 12/58] 1.6 first commit --- .learn/resets/04-Class-Selector/index.html | 14 ++++++++++++++ exercises/03-Inline-Styles/index.html | 2 +- exercises/04-Class-Selector/styles.css | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .learn/resets/04-Class-Selector/index.html diff --git a/.learn/resets/04-Class-Selector/index.html b/.learn/resets/04-Class-Selector/index.html new file mode 100644 index 00000000..e3abd1bd --- /dev/null +++ b/.learn/resets/04-Class-Selector/index.html @@ -0,0 +1,14 @@ + + + + + + 04 Class selector + + + + +

Hello!

+

World!

+ + diff --git a/exercises/03-Inline-Styles/index.html b/exercises/03-Inline-Styles/index.html index 76be57e5..4d7e5373 100644 --- a/exercises/03-Inline-Styles/index.html +++ b/exercises/03-Inline-Styles/index.html @@ -15,7 +15,7 @@ diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index ffec43c5..09ccd204 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -.b-blue { +p* { background: blue; } From edb9377406c4d1d9e16f08b1e01794b292b1cf4c Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 13:59:16 +0000 Subject: [PATCH 13/58] recommit --- exercises/04-Class-Selector/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 09ccd204..5545c68b 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -p* { +.p* { background: blue; } From 7b7f7f68c07b5cb3efd9a47bc8747afc5f10b088 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 13:59:38 +0000 Subject: [PATCH 14/58] recom2 --- exercises/04-Class-Selector/index.html | 4 +--- exercises/04-Class-Selector/styles.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/exercises/04-Class-Selector/index.html b/exercises/04-Class-Selector/index.html index e3abd1bd..45709afb 100644 --- a/exercises/04-Class-Selector/index.html +++ b/exercises/04-Class-Selector/index.html @@ -2,9 +2,7 @@ - - 04 Class selector - + 04 Class selector diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 5545c68b..09ccd204 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -.p* { +p* { background: blue; } From 47a4a607cc36f7d561874093948ec1e3249a4f7a Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:00:42 +0000 Subject: [PATCH 15/58] recom3 --- exercises/04-Class-Selector/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 09ccd204..6197ee8b 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,4 @@ -p* { - background: blue; +.p{ + + background-color: blue; } From 2d03037b041293adb76c849eda1be7afc9d3fcaa Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:01:23 +0000 Subject: [PATCH 16/58] recommit4 --- exercises/04-Class-Selector/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 6197ee8b..86de15ba 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,4 +1,3 @@ -.p{ - +*p { background-color: blue; } From 6a73d4c8a37d8bfd36866db54047a50b285785ee Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:03:17 +0000 Subject: [PATCH 17/58] recommit 4 --- exercises/04-Class-Selector/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 86de15ba..6a6a81e4 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -*p { +body*.p{ background-color: blue; -} +} \ No newline at end of file From 89458bea09403032f15dad90e50a6c1b635d8e55 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:03:46 +0000 Subject: [PATCH 18/58] recomm --- exercises/04-Class-Selector/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 6a6a81e4..a0eea245 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -body*.p{ +body*.p { background-color: blue; -} \ No newline at end of file +} From b319f3cc37e80c363d9bd13f904bafcb2b4f56bc Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:06:10 +0000 Subject: [PATCH 19/58] 2.4recommit --- exercises/04-Class-Selector/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index a0eea245..c36e9c38 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -body*.p { +.p { background-color: blue; } From 7bb6e8dcee6e732901a6e56d9e96daeae3c0f97b Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:06:35 +0000 Subject: [PATCH 20/58] recommit2 --- exercises/04-Class-Selector/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index c36e9c38..251e9660 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ .p { - background-color: blue; + background: blue; } From 9ec59e8756e4ac363867d9fb495fb3c537db1a31 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:07:53 +0000 Subject: [PATCH 21/58] recommit3 --- exercises/04-Class-Selector/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04-Class-Selector/styles.css b/exercises/04-Class-Selector/styles.css index 251e9660..9d03d623 100644 --- a/exercises/04-Class-Selector/styles.css +++ b/exercises/04-Class-Selector/styles.css @@ -1,3 +1,3 @@ -.p { +p.p { background: blue; } From 3041032bac8f7129b57ebd306b838eefc20eadec Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:09:00 +0000 Subject: [PATCH 22/58] recommit4 --- exercises/04-Class-Selector/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/04-Class-Selector/index.html b/exercises/04-Class-Selector/index.html index 45709afb..87e01cb8 100644 --- a/exercises/04-Class-Selector/index.html +++ b/exercises/04-Class-Selector/index.html @@ -6,7 +6,7 @@ -

Hello!

-

World!

+

Hello!

+

World!

From 7beaf45414c21641e0b8ee60da682ea0e99e2524 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:17:32 +0000 Subject: [PATCH 23/58] sytle 4.1 commit --- .learn/resets/04.1-Combined-Rules/index.html | 13 +++++++++++++ exercises/04.1-Combined-Rules/styles.css | 10 ++-------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 .learn/resets/04.1-Combined-Rules/index.html diff --git a/.learn/resets/04.1-Combined-Rules/index.html b/.learn/resets/04.1-Combined-Rules/index.html new file mode 100644 index 00000000..2af5a24c --- /dev/null +++ b/.learn/resets/04.1-Combined-Rules/index.html @@ -0,0 +1,13 @@ + + + + + + 04 Combined Rules + + + + +
Hello!
+ + diff --git a/exercises/04.1-Combined-Rules/styles.css b/exercises/04.1-Combined-Rules/styles.css index 6313a1bc..25851c0e 100644 --- a/exercises/04.1-Combined-Rules/styles.css +++ b/exercises/04.1-Combined-Rules/styles.css @@ -1,14 +1,8 @@ .myBox { width: 50px; height: 50px; - padding-top: 10px; - padding-left: 30px; - padding-right: 190px; - padding-bottom: 50px; + padding: 10px, 30px, 190px, 50px; - background: rgb(189, 189, 189); - background-image: url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/baby.jpg?raw=true); - background-position-x: 100px; - background-repeat: no-repeat; + background: rgb(189, 189, 189) url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/baby.jpg?raw=true) 100px no-repeat; background-size: contain; } From fc56dc735d9e4b03f2161415921ea037c34af4c4 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:20:16 +0000 Subject: [PATCH 24/58] ex4.2 commit --- .learn/resets/04.2-Apply-several-classes/index.html | 13 +++++++++++++ exercises/04.1-Combined-Rules/index.html | 4 +--- exercises/04.1-Combined-Rules/styles.css | 6 ++++-- exercises/04.2-Apply-several-classes/index.html | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 .learn/resets/04.2-Apply-several-classes/index.html diff --git a/.learn/resets/04.2-Apply-several-classes/index.html b/.learn/resets/04.2-Apply-several-classes/index.html new file mode 100644 index 00000000..a64723af --- /dev/null +++ b/.learn/resets/04.2-Apply-several-classes/index.html @@ -0,0 +1,13 @@ + + + + + + 04 Class selector + + + + +
9
+ + diff --git a/exercises/04.1-Combined-Rules/index.html b/exercises/04.1-Combined-Rules/index.html index 2af5a24c..50078b73 100644 --- a/exercises/04.1-Combined-Rules/index.html +++ b/exercises/04.1-Combined-Rules/index.html @@ -2,9 +2,7 @@ - - 04 Combined Rules - + 04 Combined Rules diff --git a/exercises/04.1-Combined-Rules/styles.css b/exercises/04.1-Combined-Rules/styles.css index 25851c0e..7b86ad80 100644 --- a/exercises/04.1-Combined-Rules/styles.css +++ b/exercises/04.1-Combined-Rules/styles.css @@ -1,8 +1,10 @@ .myBox { width: 50px; height: 50px; - padding: 10px, 30px, 190px, 50px; + padding: 10px 30px 190px 50px; - background: rgb(189, 189, 189) url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/baby.jpg?raw=true) 100px no-repeat; + background: rgb(189, 189, 189) + url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/baby.jpg?raw=true) + 100px no-repeat; background-size: contain; } diff --git a/exercises/04.2-Apply-several-classes/index.html b/exercises/04.2-Apply-several-classes/index.html index a64723af..7c820ec4 100644 --- a/exercises/04.2-Apply-several-classes/index.html +++ b/exercises/04.2-Apply-several-classes/index.html @@ -8,6 +8,6 @@ -
9
+
9
From 78afa4c12f37bfdf9b3ebe22451fc746396ae470 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:21:19 +0000 Subject: [PATCH 25/58] ex4.3 commit --- .learn/resets/04.3-id-Selector/index.html | 13 +++++++++++++ exercises/04.2-Apply-several-classes/index.html | 4 +--- exercises/04.3-id-Selector/index.html | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .learn/resets/04.3-id-Selector/index.html diff --git a/.learn/resets/04.3-id-Selector/index.html b/.learn/resets/04.3-id-Selector/index.html new file mode 100644 index 00000000..5b9a773d --- /dev/null +++ b/.learn/resets/04.3-id-Selector/index.html @@ -0,0 +1,13 @@ + + + + + + 04.3 ID selector + + + + + I should look like a button + + diff --git a/exercises/04.2-Apply-several-classes/index.html b/exercises/04.2-Apply-several-classes/index.html index 7c820ec4..20b473e9 100644 --- a/exercises/04.2-Apply-several-classes/index.html +++ b/exercises/04.2-Apply-several-classes/index.html @@ -2,9 +2,7 @@ - - 04 Class selector - + 04 Class selector diff --git a/exercises/04.3-id-Selector/index.html b/exercises/04.3-id-Selector/index.html index 5b9a773d..a7964559 100644 --- a/exercises/04.3-id-Selector/index.html +++ b/exercises/04.3-id-Selector/index.html @@ -8,6 +8,6 @@ - I should look like a button + I should look like a button From 594cffb69ab58f2c19fe469b56c187a03ac756fb Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:23:36 +0000 Subject: [PATCH 26/58] ex4.3 commit --- exercises/04.3-id-Selector/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exercises/04.3-id-Selector/index.html b/exercises/04.3-id-Selector/index.html index a7964559..c98c7cc3 100644 --- a/exercises/04.3-id-Selector/index.html +++ b/exercises/04.3-id-Selector/index.html @@ -2,9 +2,7 @@ - - 04.3 ID selector - + 04.3 ID selector From ae8af93de0c6a0dd5b3c8c9f7029bdb622be6b32 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:31:40 +0000 Subject: [PATCH 27/58] 4.5 specificity commit --- .learn/resets/05-Specificity/index.html | 18 ++++++++++++++++++ exercises/04.3-id-Selector/styles.css | 6 +++--- exercises/05-Specificity/styles.css | 4 +++- 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .learn/resets/05-Specificity/index.html diff --git a/.learn/resets/05-Specificity/index.html b/.learn/resets/05-Specificity/index.html new file mode 100644 index 00000000..3d68946c --- /dev/null +++ b/.learn/resets/05-Specificity/index.html @@ -0,0 +1,18 @@ + + + + + + + 05 Specificity + + +
    +
  • My first item of the list
  • +
  • My second item of the list
  • +
  • My third item of the list
  • +
  • My forth item of the list
  • +
  • My fifth item of the list
  • +
+ + diff --git a/exercises/04.3-id-Selector/styles.css b/exercises/04.3-id-Selector/styles.css index e020d28b..2a4303b4 100644 --- a/exercises/04.3-id-Selector/styles.css +++ b/exercises/04.3-id-Selector/styles.css @@ -1,5 +1,5 @@ #button1 { - background: #BDBDBD; - border: #5E5E5E; - border-radius: 5px; + background: #bdbdbd; + border: #5e5e5e; + border-radius: 5px; } diff --git a/exercises/05-Specificity/styles.css b/exercises/05-Specificity/styles.css index db471c2b..3217a6fc 100644 --- a/exercises/05-Specificity/styles.css +++ b/exercises/05-Specificity/styles.css @@ -6,4 +6,6 @@ ul li{ background: yellow; } /****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/ - \ No newline at end of file + #thirditem ul li{ + background: green; !important + } \ No newline at end of file From fb2349f0e78f88dcb767c1072eacfd39754eaaed Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:32:28 +0000 Subject: [PATCH 28/58] recommit --- exercises/05-Specificity/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/05-Specificity/styles.css b/exercises/05-Specificity/styles.css index 3217a6fc..953acd89 100644 --- a/exercises/05-Specificity/styles.css +++ b/exercises/05-Specificity/styles.css @@ -6,6 +6,6 @@ ul li{ background: yellow; } /****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/ - #thirditem ul li{ + #thirditem{ background: green; !important } \ No newline at end of file From a1129c5499a952f9f63f119ad8486941460c2b49 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:34:35 +0000 Subject: [PATCH 29/58] recommit 4.5 --- exercises/05-Specificity/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/05-Specificity/styles.css b/exercises/05-Specificity/styles.css index 953acd89..c29442bb 100644 --- a/exercises/05-Specificity/styles.css +++ b/exercises/05-Specificity/styles.css @@ -6,6 +6,6 @@ ul li{ background: yellow; } /****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/ - #thirditem{ - background: green; !important +#thirditem{ + background: green !important; } \ No newline at end of file From d76b307253dfd096c26ef33133229c7f33f060ab Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:47:46 +0000 Subject: [PATCH 30/58] 4.6 commit --- .learn/resets/06-Practicing-Rules/index.html | 34 ++++++++++++++++++++ exercises/05-Specificity/styles.css | 12 +++---- exercises/06-Practicing-Rules/styles.css | 17 +++++++++- 3 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 .learn/resets/06-Practicing-Rules/index.html 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. +

+
    +
  1. You are able to complete the exercises by yourself.
  2. +
  3. You understand what the teacher is talking about
  4. +
  5. Your are able to have conversations about the topic
  6. +
+

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/exercises/05-Specificity/styles.css b/exercises/05-Specificity/styles.css index c29442bb..13374f70 100644 --- a/exercises/05-Specificity/styles.css +++ b/exercises/05-Specificity/styles.css @@ -1,11 +1,11 @@ -ul li{ +ul li { background: blue; } -#thirditem{ +#thirditem { background: yellow; -} +} /****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/ -#thirditem{ - background: green !important; - } \ No newline at end of file +#thirditem { + background: green !important; +} diff --git a/exercises/06-Practicing-Rules/styles.css b/exercises/06-Practicing-Rules/styles.css index d89b1a47..7f63443a 100644 --- a/exercises/06-Practicing-Rules/styles.css +++ b/exercises/06-Practicing-Rules/styles.css @@ -1 +1,16 @@ -/* add your styles here */ \ No newline at end of file +h1{ + font: courier red; + +} +body{ + font: Times New Roman; + padding-left: 20px; + background: url(../../.learn/assets/background-vertical.jpg?raw=true); +} +#id1{ + background: rgba(255, 255, 255, 0.2); + padding: 5px; +} +a:hover{ + color: green; +} \ No newline at end of file From 15ccbfa37e37f8b155bd30732f839a897870e014 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:49:18 +0000 Subject: [PATCH 31/58] 4.6 committ2 --- exercises/06-Practicing-Rules/index.html | 6 ++---- exercises/06-Practicing-Rules/styles.css | 26 ++++++++++++------------ 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/exercises/06-Practicing-Rules/index.html b/exercises/06-Practicing-Rules/index.html index 4119acb5..db2eb563 100644 --- a/exercises/06-Practicing-Rules/index.html +++ b/exercises/06-Practicing-Rules/index.html @@ -21,9 +21,7 @@

3 reasons you know you are learning

3 reasons you know love what you are learning

  • Time passes fast.
  • -
  • - You are anxious to finish this excercise and start the next one. -
  • +
  • You are anxious to finish this excercise and start the next one.
  • Is 12am and you don't want to go to sleep.

@@ -31,4 +29,4 @@

3 reasons you know love what you are learning

click here

- \ No newline at end of file + diff --git a/exercises/06-Practicing-Rules/styles.css b/exercises/06-Practicing-Rules/styles.css index 7f63443a..1fcc6008 100644 --- a/exercises/06-Practicing-Rules/styles.css +++ b/exercises/06-Practicing-Rules/styles.css @@ -1,16 +1,16 @@ -h1{ - font: courier red; - +h1 { + font-family: courier; + color: red; } -body{ - font: Times New Roman; - padding-left: 20px; - background: url(../../.learn/assets/background-vertical.jpg?raw=true); +body { + font: Times New Roman; + padding-left: 20px; + background: url(../../.learn/assets/background-vertical.jpg?raw=true); } -#id1{ - background: rgba(255, 255, 255, 0.2); - padding: 5px; +#id1 { + background: rgba(255, 255, 255, 0.2); + padding: 5px; +} +a:hover { + color: green; } -a:hover{ - color: green; -} \ No newline at end of file From b3a8d88ddf62e5b5a9c4273dbbf824ed703b4770 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:54:40 +0000 Subject: [PATCH 32/58] 4.07 first commit --- .../resets/07-Very-Specific-Rules/index.html | 82 +++++++++++++++++++ exercises/06-Practicing-Rules/styles.css | 2 +- exercises/07-Very-Specific-Rules/styles.css | 11 ++- 3 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 .learn/resets/07-Very-Specific-Rules/index.html 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. +

+
    +
  1. You are able to complete the exercises by yourself.
  2. +
  3. You understand what the teacher is talking about
  4. +
  5. Your are able to have conversations about the topic
  6. +
+

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 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AgeGender
12 yearsMale
22 yearsFemale
11 yearsMale
21 yearsMale
22 yearsFemale
10 yearsMale
13 yearsFemale
13 yearsMale
10 yearsMale
11 yearsMale
11 yearsMale
+ + diff --git a/exercises/06-Practicing-Rules/styles.css b/exercises/06-Practicing-Rules/styles.css index 1fcc6008..8136331e 100644 --- a/exercises/06-Practicing-Rules/styles.css +++ b/exercises/06-Practicing-Rules/styles.css @@ -1,6 +1,6 @@ h1 { font-family: courier; - color: red; + color: red; } body { font: Times New Roman; diff --git a/exercises/07-Very-Specific-Rules/styles.css b/exercises/07-Very-Specific-Rules/styles.css index 300d0677..f54fa220 100644 --- a/exercises/07-Very-Specific-Rules/styles.css +++ b/exercises/07-Very-Specific-Rules/styles.css @@ -1,5 +1,14 @@ /** Insert your code here **/ - +ul{ + color: red !important; + +} +ol li{ + background-color: green; +} +tr:nth-child(odd){ + background-color: yellow; +} /*********** READ ONLY BLOCK ****** You CANNOT UPDATE anything from here on, only add lines of code on top of this lines From 7e5dfab597581d476344ffbb2d68ba56fc276955 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 14:59:59 +0000 Subject: [PATCH 33/58] recommit 4.7 --- exercises/07-Very-Specific-Rules/index.html | 2 +- exercises/07-Very-Specific-Rules/styles.css | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/exercises/07-Very-Specific-Rules/index.html b/exercises/07-Very-Specific-Rules/index.html index 9c691446..1624ce19 100644 --- a/exercises/07-Very-Specific-Rules/index.html +++ b/exercises/07-Very-Specific-Rules/index.html @@ -20,7 +20,7 @@

3 reasons you know you are learning

3 reasons you know love what you are learning

  • Time passes fast.
  • -
  • You are anxious to finish this excercise and start the next one.
  • +
  • You are anxious to finish this excercise and start the next one.
  • Is 12am and you don't want to go to sleep.

diff --git a/exercises/07-Very-Specific-Rules/styles.css b/exercises/07-Very-Specific-Rules/styles.css index f54fa220..6968711f 100644 --- a/exercises/07-Very-Specific-Rules/styles.css +++ b/exercises/07-Very-Specific-Rules/styles.css @@ -1,12 +1,11 @@ /** Insert your code here **/ -ul{ +ul { color: red !important; - } -ol li{ +ol li.li2 { background-color: green; } -tr:nth-child(odd){ +tr:nth-child(odd) { background-color: yellow; } /*********** READ ONLY BLOCK ****** From 3f55941510f4ed3071740707f8b16e81e4877c79 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:01:01 +0000 Subject: [PATCH 34/58] recommit2 4.7 --- exercises/07-Very-Specific-Rules/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/07-Very-Specific-Rules/styles.css b/exercises/07-Very-Specific-Rules/styles.css index 6968711f..03951084 100644 --- a/exercises/07-Very-Specific-Rules/styles.css +++ b/exercises/07-Very-Specific-Rules/styles.css @@ -2,7 +2,7 @@ ul { color: red !important; } -ol li.li2 { +ol.li2 { background-color: green; } tr:nth-child(odd) { From 915a70efa166381405f5478326d2771b6c6c1120 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:06:06 +0000 Subject: [PATCH 35/58] recommit3 4.7 --- exercises/07-Very-Specific-Rules/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/07-Very-Specific-Rules/styles.css b/exercises/07-Very-Specific-Rules/styles.css index 03951084..6968711f 100644 --- a/exercises/07-Very-Specific-Rules/styles.css +++ b/exercises/07-Very-Specific-Rules/styles.css @@ -2,7 +2,7 @@ ul { color: red !important; } -ol.li2 { +ol li.li2 { background-color: green; } tr:nth-child(odd) { From f84b142e5223433450594a261d07c66ac8a74419 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:08:12 +0000 Subject: [PATCH 36/58] recommit5 --- exercises/07-Very-Specific-Rules/index.html | 2 +- exercises/07-Very-Specific-Rules/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/07-Very-Specific-Rules/index.html b/exercises/07-Very-Specific-Rules/index.html index 1624ce19..0764fadb 100644 --- a/exercises/07-Very-Specific-Rules/index.html +++ b/exercises/07-Very-Specific-Rules/index.html @@ -20,7 +20,7 @@

3 reasons you know you are learning

3 reasons you know love what you are learning

  • Time passes fast.
  • -
  • You are anxious to finish this excercise and start the next one.
  • +
  • You are anxious to finish this excercise and start the next one.
  • Is 12am and you don't want to go to sleep.

diff --git a/exercises/07-Very-Specific-Rules/styles.css b/exercises/07-Very-Specific-Rules/styles.css index 6968711f..da8f4f74 100644 --- a/exercises/07-Very-Specific-Rules/styles.css +++ b/exercises/07-Very-Specific-Rules/styles.css @@ -2,7 +2,7 @@ ul { color: red !important; } -ol li.li2 { +ol li.li { background-color: green; } tr:nth-child(odd) { From 577123842553e76ed6351bd04f51ad20011d2461 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:13:35 +0000 Subject: [PATCH 37/58] recommit6 --- exercises/07-Very-Specific-Rules/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/07-Very-Specific-Rules/index.html b/exercises/07-Very-Specific-Rules/index.html index 0764fadb..232042a6 100644 --- a/exercises/07-Very-Specific-Rules/index.html +++ b/exercises/07-Very-Specific-Rules/index.html @@ -14,13 +14,13 @@

3 reasons you know you are learning

  1. You are able to complete the exercises by yourself.
  2. -
  3. You understand what the teacher is talking about
  4. +
  5. You understand what the teacher is talking about
  6. 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.
  • +
  • You are anxious to finish this excercise and start the next one.
  • Is 12am and you don't want to go to sleep.

From 37e1125abd04515f9e1ef60ca92e4890c8f8d98b Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:25:30 +0000 Subject: [PATCH 38/58] 4.8 commit1 --- .learn/resets/08-Rounded-Image/index.html | 13 +++++++++++++ exercises/08-Rounded-Image/styles.css | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .learn/resets/08-Rounded-Image/index.html diff --git a/.learn/resets/08-Rounded-Image/index.html b/.learn/resets/08-Rounded-Image/index.html new file mode 100644 index 00000000..95931a07 --- /dev/null +++ b/.learn/resets/08-Rounded-Image/index.html @@ -0,0 +1,13 @@ + + + + + + + 08 Rounded Image + + + + + + diff --git a/exercises/08-Rounded-Image/styles.css b/exercises/08-Rounded-Image/styles.css index 62006948..a6b6d724 100644 --- a/exercises/08-Rounded-Image/styles.css +++ b/exercises/08-Rounded-Image/styles.css @@ -3,4 +3,6 @@ body { } .rounded { border-radius: 100%; + object-fit: cover; + object-position: 50% 50%; } From afcedb51a0f532632aefc98805d13a5daf703b49 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:28:03 +0000 Subject: [PATCH 39/58] 4.8 commit2 --- exercises/08-Rounded-Image/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/08-Rounded-Image/styles.css b/exercises/08-Rounded-Image/styles.css index a6b6d724..276c3b67 100644 --- a/exercises/08-Rounded-Image/styles.css +++ b/exercises/08-Rounded-Image/styles.css @@ -4,5 +4,5 @@ body { .rounded { border-radius: 100%; object-fit: cover; - object-position: 50% 50%; + object-position: 100% 100%; } From ef3621d6399f5dea78e2cd7d0ed6877529672674 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:31:19 +0000 Subject: [PATCH 40/58] 4.9 commit1 --- .learn/resets/09-Anchor-Styles/index.html | 13 +++++++++++++ exercises/08-Rounded-Image/styles.css | 1 + exercises/09-Anchor-Styles/styles.css | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .learn/resets/09-Anchor-Styles/index.html 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/exercises/08-Rounded-Image/styles.css b/exercises/08-Rounded-Image/styles.css index 276c3b67..1db24b7b 100644 --- a/exercises/08-Rounded-Image/styles.css +++ b/exercises/08-Rounded-Image/styles.css @@ -5,4 +5,5 @@ body { border-radius: 100%; object-fit: cover; object-position: 100% 100%; + } diff --git a/exercises/09-Anchor-Styles/styles.css b/exercises/09-Anchor-Styles/styles.css index 7eaa9bea..902a637a 100644 --- a/exercises/09-Anchor-Styles/styles.css +++ b/exercises/09-Anchor-Styles/styles.css @@ -11,6 +11,6 @@ } a.threeDimension:active { - /* your code here*/ + border-color: #000 #aaa #aaa #000; } \ No newline at end of file From 66cbc6df5fd6ed20673721ca5111715ac7f88609 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:34:56 +0000 Subject: [PATCH 41/58] linked font commit --- .learn/resets/10-Your-Own-Font/index.html | 15 +++++++++++++++ exercises/09-Anchor-Styles/index.html | 2 +- exercises/09-Anchor-Styles/styles.css | 4 +--- exercises/10-Your-Own-Font/index.html | 2 +- exercises/10-Your-Own-Font/styles.css | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 .learn/resets/10-Your-Own-Font/index.html 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 + + +

My unique font

+ + diff --git a/exercises/09-Anchor-Styles/index.html b/exercises/09-Anchor-Styles/index.html index 984ca01e..30e00691 100644 --- a/exercises/09-Anchor-Styles/index.html +++ b/exercises/09-Anchor-Styles/index.html @@ -6,7 +6,7 @@ 09 Anchor Styles - + Click me diff --git a/exercises/09-Anchor-Styles/styles.css b/exercises/09-Anchor-Styles/styles.css index 902a637a..f977060d 100644 --- a/exercises/09-Anchor-Styles/styles.css +++ b/exercises/09-Anchor-Styles/styles.css @@ -1,4 +1,3 @@ - .threeDimension { display: block; border: 1px solid; @@ -12,5 +11,4 @@ a.threeDimension:active { border-color: #000 #aaa #aaa #000; - -} \ No newline at end of file +} diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index a0e7f25a..5e239a71 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -10,6 +10,6 @@ 10 Your Own Font -

My unique font

+

My unique font

diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index de7160fd..40b623eb 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ .myTitle { - /*your code here*/ + font-family: smooch; } From 0e05487fdd7d0351ba7548b8b2ae18fd5617f402 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:39:41 +0000 Subject: [PATCH 42/58] 4.10 commit2 --- exercises/10-Your-Own-Font/index.html | 21 ++++++++++----------- exercises/10-Your-Own-Font/styles.css | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 5e239a71..615d1494 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -1,15 +1,14 @@ - - - - + + + + + - - - 10 Your Own Font - - -

My unique font

- + 10 Your Own Font + + +

My unique font

+ diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index 40b623eb..85975c1a 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ -.myTitle { +h1.myTitle { font-family: smooch; } From af90978e681ec3ac89bde29e67c4bf44cda8c145 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:40:55 +0000 Subject: [PATCH 43/58] commit2 --- exercises/10-Your-Own-Font/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 615d1494..5d19fc99 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -3,7 +3,7 @@ - + 10 Your Own Font From 415c5ec756efb29edd0c1e568dc9375e5420c7ac Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:41:12 +0000 Subject: [PATCH 44/58] commit2 --- exercises/10-Your-Own-Font/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index 85975c1a..bd3848c4 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ h1.myTitle { - font-family: smooch; + font-family: Smooch; } From 885065d9b3315c56e639c39d065efe3c81c768e0 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:42:51 +0000 Subject: [PATCH 45/58] commit2 --- exercises/10-Your-Own-Font/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index bd3848c4..5ed53dcd 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,4 @@ h1.myTitle { font-family: Smooch; + src url(https://fonts.google.com/specimen/Smooch) } From a77fa2d09e928cbda3ca448451cedee1906f20c9 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Tue, 28 Jun 2022 15:43:20 +0000 Subject: [PATCH 46/58] commit2 --- exercises/10-Your-Own-Font/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index 5ed53dcd..58a8533c 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,4 +1,4 @@ h1.myTitle { font-family: Smooch; - src url(https://fonts.google.com/specimen/Smooch) + src: url(https://fonts.google.com/specimen/Smooch) } From 738a05420eaffa555574d27c6994014f8e21a7aa Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 00:41:46 +0000 Subject: [PATCH 47/58] recommit7 --- exercises/10-Your-Own-Font/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index 58a8533c..184523fc 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,4 +1,4 @@ h1.myTitle { font-family: Smooch; - src: url(https://fonts.google.com/specimen/Smooch) + src: url(https://fonts.google.com/specimen/Smooch); } From 557b438ba5c9846b26bea8258ffff345a45c184e Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:17:31 +0000 Subject: [PATCH 48/58] commit8 --- exercises/10-Your-Own-Font/index.html | 4 ++-- exercises/10-Your-Own-Font/styles.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 5d19fc99..05a3e6b8 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -3,8 +3,8 @@ - - + + 10 Your Own Font diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index 184523fc..bd3848c4 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,4 +1,3 @@ h1.myTitle { font-family: Smooch; - src: url(https://fonts.google.com/specimen/Smooch); } From 3fef768766b2e66e6aefdf35cd27b6d7f512019e Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:18:05 +0000 Subject: [PATCH 49/58] commit8 --- exercises/10-Your-Own-Font/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 05a3e6b8..dbcd2092 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -4,7 +4,7 @@ - + 10 Your Own Font From 26039c16de927d5e4f3db90dea2151cd09ad741d Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:19:05 +0000 Subject: [PATCH 50/58] commit9 --- exercises/10-Your-Own-Font/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index bd3848c4..bde45ca8 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ -h1.myTitle { +.myTitle { font-family: Smooch; } From 645408cc85129406688db96459a92c109cde27d4 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:20:51 +0000 Subject: [PATCH 51/58] commit9 --- exercises/10-Your-Own-Font/index.html | 2 +- exercises/10-Your-Own-Font/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index dbcd2092..131f684c 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -9,6 +9,6 @@ 10 Your Own Font -

My unique font

+

My unique font

diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index bde45ca8..d0a33bc1 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ -.myTitle { +#myTitle { font-family: Smooch; } From a4f941bfe3f188a0df510df7e4a45c3b53e9dcbb Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:23:35 +0000 Subject: [PATCH 52/58] commit9 --- exercises/10-Your-Own-Font/index.html | 3 ++- exercises/10-Your-Own-Font/styles.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 131f684c..ab2ae425 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -3,7 +3,8 @@ - + 10 Your Own Font diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index d0a33bc1..8c506479 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ #myTitle { - font-family: Smooch; + font-family: Smooch, serif; } From 310da64aa383eeced62339b8ddd95c7dc065e718 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:25:19 +0000 Subject: [PATCH 53/58] commit9 --- exercises/10-Your-Own-Font/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index ab2ae425..219edfa9 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -4,7 +4,7 @@ + href="https://fonts.googleapis.com/css?family=Smooch"> 10 Your Own Font From 58b18c279bf3a43d29d5e5c3e95c33a61edbf65f Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:35:07 +0000 Subject: [PATCH 54/58] Iconic commit --- .learn/resets/11-Font-Awesome-Icons/index.html | 15 +++++++++++++++ exercises/10-Your-Own-Font/index.html | 3 +-- exercises/11-Font-Awesome-Icons/index.html | 2 ++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .learn/resets/11-Font-Awesome-Icons/index.html diff --git a/.learn/resets/11-Font-Awesome-Icons/index.html b/.learn/resets/11-Font-Awesome-Icons/index.html new file mode 100644 index 00000000..1401d5da --- /dev/null +++ b/.learn/resets/11-Font-Awesome-Icons/index.html @@ -0,0 +1,15 @@ + + + + + + + + 11 Font Awesome + + +
    +
  • Hello
  • +
+ + diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 219edfa9..231dc7a7 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -3,8 +3,7 @@ - + 10 Your Own Font diff --git a/exercises/11-Font-Awesome-Icons/index.html b/exercises/11-Font-Awesome-Icons/index.html index 1401d5da..326c1cb3 100644 --- a/exercises/11-Font-Awesome-Icons/index.html +++ b/exercises/11-Font-Awesome-Icons/index.html @@ -10,6 +10,8 @@
  • Hello
  • +
  • Shhhhhmokin
  • +
  • Programmers friend
From d7b951f438f22f87563efc58f2a682e1696c3cfe Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:38:23 +0000 Subject: [PATCH 55/58] relsize commit --- .../12-Relative-Length-EM-REM/index.html | 21 +++++++++++++++++++ .../12-Relative-Length-EM-REM/styles.css | 7 ++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .learn/resets/12-Relative-Length-EM-REM/index.html diff --git a/.learn/resets/12-Relative-Length-EM-REM/index.html b/.learn/resets/12-Relative-Length-EM-REM/index.html new file mode 100644 index 00000000..60a98594 --- /dev/null +++ b/.learn/resets/12-Relative-Length-EM-REM/index.html @@ -0,0 +1,21 @@ + + + + + + + 12 Relative Length EM REM + + +
+

First h2 heading

+

First h3 heading

+

Here is some nice fake content

+
+
+

Second h2 heading

+

Second h3 heading

+

More fake content but now in the second container

+
+ + diff --git a/exercises/12-Relative-Length-EM-REM/styles.css b/exercises/12-Relative-Length-EM-REM/styles.css index bfba63b9..489299af 100644 --- a/exercises/12-Relative-Length-EM-REM/styles.css +++ b/exercises/12-Relative-Length-EM-REM/styles.css @@ -4,5 +4,10 @@ #the-second-one { font-size: 25px; } - +h2{ + font-size: 0.8em; +} +h3{ + font-size: 0.8rem; +} /* YOUR CODE BELOW THIS LINE */ From 5976c8043cd90359f017f62eb9f1aba11d58dac6 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:49:12 +0000 Subject: [PATCH 56/58] rel size commit2 --- exercises/12-Relative-Length-EM-REM/styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/exercises/12-Relative-Length-EM-REM/styles.css b/exercises/12-Relative-Length-EM-REM/styles.css index 489299af..2ed0803a 100644 --- a/exercises/12-Relative-Length-EM-REM/styles.css +++ b/exercises/12-Relative-Length-EM-REM/styles.css @@ -4,10 +4,11 @@ #the-second-one { font-size: 25px; } -h2{ + +/* YOUR CODE BELOW THIS LINE */ +#my-first-div #my-second-div h2 { font-size: 0.8em; } -h3{ +#my-first-div #my-second-div h3 { font-size: 0.8rem; -} -/* YOUR CODE BELOW THIS LINE */ +} \ No newline at end of file From f483efc1a769ff07eed930793d79933a5e3adc14 Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:53:02 +0000 Subject: [PATCH 57/58] relative size commit --- exercises/12-Relative-Length-EM-REM/styles.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/exercises/12-Relative-Length-EM-REM/styles.css b/exercises/12-Relative-Length-EM-REM/styles.css index 2ed0803a..5dbb3a65 100644 --- a/exercises/12-Relative-Length-EM-REM/styles.css +++ b/exercises/12-Relative-Length-EM-REM/styles.css @@ -6,9 +6,15 @@ } /* YOUR CODE BELOW THIS LINE */ -#my-first-div #my-second-div h2 { +#my-first-div h2{ font-size: 0.8em; } -#my-first-div #my-second-div h3 { +#my-second-div h2{ + font-size: 0.8em; +} +#my-first-div h3{ font-size: 0.8rem; -} \ No newline at end of file +} +#my-second-div h3{ + font-size: 0.8rem; +} From 65300237c151d327dc2e45c000b240ca87f82c8f Mon Sep 17 00:00:00 2001 From: JBritton2343 Date: Thu, 30 Jun 2022 01:57:47 +0000 Subject: [PATCH 58/58] button commit --- .learn/resets/13-Anchor-Like-Button/index.html | 12 ++++++++++++ exercises/12-Relative-Length-EM-REM/styles.css | 8 ++++---- exercises/13-Anchor-Like-Button/styles.css | 8 ++++++-- 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .learn/resets/13-Anchor-Like-Button/index.html diff --git a/.learn/resets/13-Anchor-Like-Button/index.html b/.learn/resets/13-Anchor-Like-Button/index.html new file mode 100644 index 00000000..aaaa7740 --- /dev/null +++ b/.learn/resets/13-Anchor-Like-Button/index.html @@ -0,0 +1,12 @@ + + + + + + + 13 Anchor Like Button + + + Beautiful Button + + diff --git a/exercises/12-Relative-Length-EM-REM/styles.css b/exercises/12-Relative-Length-EM-REM/styles.css index 5dbb3a65..fb83a97b 100644 --- a/exercises/12-Relative-Length-EM-REM/styles.css +++ b/exercises/12-Relative-Length-EM-REM/styles.css @@ -6,15 +6,15 @@ } /* YOUR CODE BELOW THIS LINE */ -#my-first-div h2{ +#my-first-div h2 { font-size: 0.8em; } -#my-second-div h2{ +#my-second-div h2 { font-size: 0.8em; } -#my-first-div h3{ +#my-first-div h3 { font-size: 0.8rem; } -#my-second-div h3{ +#my-second-div h3 { font-size: 0.8rem; } diff --git a/exercises/13-Anchor-Like-Button/styles.css b/exercises/13-Anchor-Like-Button/styles.css index 93996cbd..90f0507a 100644 --- a/exercises/13-Anchor-Like-Button/styles.css +++ b/exercises/13-Anchor-Like-Button/styles.css @@ -1,7 +1,11 @@ .orange-btn { - /*your code here*/ + padding: 10px; + border-radius: 4px; + background-color: orange; + text-decoration: none; + color: white; } .orange-btn:hover { - /*YOUR CODE HERE FOR THE HOVER STATE*/ + background-color: darkorange; }