From 14689651a11be96bc6b5c090bb034ddf6a2fbbe6 Mon Sep 17 00:00:00 2001
From: kath424
Date: Fri, 23 Feb 2024 02:58:05 +0000
Subject: [PATCH 1/2] css_practica_prueba1
---
exercises/00.1-Inline-Styles/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/exercises/00.1-Inline-Styles/index.html b/exercises/00.1-Inline-Styles/index.html
index ab36cc54..533a0261 100644
--- a/exercises/00.1-Inline-Styles/index.html
+++ b/exercises/00.1-Inline-Styles/index.html
@@ -3,6 +3,7 @@
03 Inline Styles
+
From 8c07f2be2d8d820bb9ba11a54e64bd76c4321aa3 Mon Sep 17 00:00:00 2001
From: kath424
Date: Mon, 26 Feb 2024 08:35:12 +0000
Subject: [PATCH 2/2] Practicas_css
---
.learn/resets/00.1-Inline-Styles/index.html | 18 ++++
.learn/resets/01-Style-tag/index.html | 1 +
.learn/resets/01.1-Add-a-style-tag/index.html | 6 ++
.learn/resets/01.2-RGBA-colors/index.html | 14 ++++
.../resets/01.3-Your-Second-Style/index.html | 11 +++
.../resets/02-Separate-Stylesheet/index.html | 9 ++
.learn/resets/02.1-Background/index.html | 10 +++
.learn/resets/03-list-styling/index.html | 43 ++++++++++
.learn/resets/04-Class-Selector/index.html | 12 +++
.learn/resets/04.1-Combined-Rules/index.html | 11 +++
.../04.2-Apply-several-classes/index.html | 11 +++
.learn/resets/04.3-id-Selector/index.html | 13 +++
.learn/resets/05-Specificity/index.html | 18 ++++
.learn/resets/06-Practicing-Rules/index.html | 34 ++++++++
.../resets/07-Very-Specific-Rules/index.html | 82 +++++++++++++++++++
.learn/resets/08-Rounded-Image/index.html | 13 +++
.learn/resets/09-Anchor-Styles/index.html | 13 +++
.learn/resets/10-Your-Own-Font/index.html | 14 ++++
.../resets/11-Font-Awesome-Icons/index.html | 15 ++++
.../12-Relative-Length-EM-REM/index.html | 22 +++++
.../resets/13-Anchor-Like-Button/index.html | 12 +++
exercises/00.1-Inline-Styles/index.html | 4 +-
.../00.1-Inline-Styles/solution.hide.html | 2 +-
exercises/01-Style-tag/index.html | 7 +-
exercises/01.1-Add-a-style-tag/index.html | 5 ++
.../01.1-Add-a-style-tag/solution.hide.html | 4 +-
exercises/01.2-RGBA-colors/index.html | 2 +-
exercises/01.3-Your-Second-Style/index.html | 4 +-
exercises/02-Separate-Stylesheet/styles.css | 3 +
exercises/02.1-Background/styles.css | 4 +-
exercises/03-list-styling/index.html | 2 +-
exercises/03-list-styling/styles.css | 15 +++-
exercises/04-Class-Selector/index.html | 4 +-
exercises/04.1-Combined-Rules/styles.css | 13 +--
.../04.2-Apply-several-classes/index.html | 2 +-
exercises/04.3-id-Selector/index.html | 6 +-
exercises/04.3-id-Selector/solution.hide.html | 4 +-
exercises/05-Specificity/styles.css | 5 ++
exercises/06-Practicing-Rules/styles.css | 23 ++++++
exercises/07-Very-Specific-Rules/styles.css | 10 +++
exercises/08-Rounded-Image/styles.css | 4 +
exercises/09-Anchor-Styles/styles.css | 4 +-
exercises/10-Your-Own-Font/index.html | 1 +
exercises/10-Your-Own-Font/styles.css | 2 +-
exercises/11-Font-Awesome-Icons/index.html | 2 +
.../12-Relative-Length-EM-REM/index.html | 2 +-
.../solution.hide.css | 6 +-
.../12-Relative-Length-EM-REM/styles.css | 7 ++
exercises/13-Anchor-Like-Button/styles.css | 8 +-
49 files changed, 495 insertions(+), 42 deletions(-)
create mode 100644 .learn/resets/00.1-Inline-Styles/index.html
create mode 100644 .learn/resets/01-Style-tag/index.html
create mode 100644 .learn/resets/01.1-Add-a-style-tag/index.html
create mode 100644 .learn/resets/01.2-RGBA-colors/index.html
create mode 100644 .learn/resets/01.3-Your-Second-Style/index.html
create mode 100644 .learn/resets/02-Separate-Stylesheet/index.html
create mode 100644 .learn/resets/02.1-Background/index.html
create mode 100644 .learn/resets/03-list-styling/index.html
create mode 100644 .learn/resets/04-Class-Selector/index.html
create mode 100644 .learn/resets/04.1-Combined-Rules/index.html
create mode 100644 .learn/resets/04.2-Apply-several-classes/index.html
create mode 100644 .learn/resets/04.3-id-Selector/index.html
create mode 100644 .learn/resets/05-Specificity/index.html
create mode 100644 .learn/resets/06-Practicing-Rules/index.html
create mode 100644 .learn/resets/07-Very-Specific-Rules/index.html
create mode 100644 .learn/resets/08-Rounded-Image/index.html
create mode 100644 .learn/resets/09-Anchor-Styles/index.html
create mode 100644 .learn/resets/10-Your-Own-Font/index.html
create mode 100644 .learn/resets/11-Font-Awesome-Icons/index.html
create mode 100644 .learn/resets/12-Relative-Length-EM-REM/index.html
create mode 100644 .learn/resets/13-Anchor-Like-Button/index.html
diff --git a/.learn/resets/00.1-Inline-Styles/index.html b/.learn/resets/00.1-Inline-Styles/index.html
new file mode 100644
index 00000000..533a0261
--- /dev/null
+++ b/.learn/resets/00.1-Inline-Styles/index.html
@@ -0,0 +1,18 @@
+
+
+
+ 03 Inline Styles
+
+
+
+
+
+
+ Hello
+
+
+ My brother
+
+
+
+
diff --git a/.learn/resets/01-Style-tag/index.html b/.learn/resets/01-Style-tag/index.html
new file mode 100644
index 00000000..93d4ce1c
--- /dev/null
+++ b/.learn/resets/01-Style-tag/index.html
@@ -0,0 +1 @@
+
diff --git a/.learn/resets/01.1-Add-a-style-tag/index.html b/.learn/resets/01.1-Add-a-style-tag/index.html
new file mode 100644
index 00000000..1c51e8e0
--- /dev/null
+++ b/.learn/resets/01.1-Add-a-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/.learn/resets/01.2-RGBA-colors/index.html b/.learn/resets/01.2-RGBA-colors/index.html
new file mode 100644
index 00000000..39661132
--- /dev/null
+++ b/.learn/resets/01.2-RGBA-colors/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.1-Background/index.html b/.learn/resets/02.1-Background/index.html
new file mode 100644
index 00000000..cf841f1e
--- /dev/null
+++ b/.learn/resets/02.1-Background/index.html
@@ -0,0 +1,10 @@
+
+
+
+
+ 02 Background
+
+
+ My background should be an image with the size "contain"
+
+
diff --git a/.learn/resets/03-list-styling/index.html b/.learn/resets/03-list-styling/index.html
new file mode 100644
index 00000000..f2da1ba2
--- /dev/null
+++ b/.learn/resets/03-list-styling/index.html
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+ 03 List styling
+
+
+
+
+
Your favorite drinks
+
Coca Cola drinks
+
+ Coca Cola
+ Dr. Pepper
+ Fanta
+
+
+
Pepsi drinks
+
+ Pepsi Cola
+ Mountain Dew
+ Gatorade
+
+
+
Healthy drinks
+
+ Kombucha
+ Kale juice
+ Sparkling Water
+
+
+
Web-developer drinks
+
+ Coffee
+ COFFEE
+ COFFEE!!!
+
+
+
+
\ No newline at end of file
diff --git a/.learn/resets/04-Class-Selector/index.html b/.learn/resets/04-Class-Selector/index.html
new file mode 100644
index 00000000..45709afb
--- /dev/null
+++ b/.learn/resets/04-Class-Selector/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+ 04 Class selector
+
+
+
+ Hello!
+ World!
+
+
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..1525b6cf
--- /dev/null
+++ b/.learn/resets/04.1-Combined-Rules/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+ 04.1 Combined Rules
+
+
+
+ Hello!
+
+
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..3a293815
--- /dev/null
+++ b/.learn/resets/04.2-Apply-several-classes/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+ 04.2 Apply several classes
+
+
+
+ 9
+
+
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/.learn/resets/05-Specificity/index.html b/.learn/resets/05-Specificity/index.html
new file mode 100644
index 00000000..154a071a
--- /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 fourth item of the list
+ My fifth item of the list
+
+
+
diff --git a/.learn/resets/06-Practicing-Rules/index.html b/.learn/resets/06-Practicing-Rules/index.html
new file mode 100644
index 00000000..8c0b2b50
--- /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 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/07-Very-Specific-Rules/index.html b/.learn/resets/07-Very-Specific-Rules/index.html
new file mode 100644
index 00000000..09fef243
--- /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 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 know 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 better than watching videos of cats?
+ click here
+
+
+
+
+ Age
+ Gender
+
+
+ 12
+ Male
+
+
+ 22
+ Female
+
+
+ 11
+ Male
+
+
+ 21
+ Male
+
+
+ 22
+ Female
+
+
+ 10
+ Male
+
+
+ 13
+ Female
+
+
+ 13
+ Male
+
+
+ 10
+ Male
+
+
+ 11
+ Male
+
+
+ 11
+ Male
+
+
+
+
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/.learn/resets/09-Anchor-Styles/index.html b/.learn/resets/09-Anchor-Styles/index.html
new file mode 100644
index 00000000..30e00691
--- /dev/null
+++ b/.learn/resets/09-Anchor-Styles/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ 09 Anchor Styles
+
+
+
+ Click me
+
+
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..b4005187
--- /dev/null
+++ b/.learn/resets/10-Your-Own-Font/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ 10 Your Own Font
+
+
+ My unique font
+
+
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
+
+
+
+
+
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..f4d745fd
--- /dev/null
+++ b/.learn/resets/12-Relative-Length-EM-REM/index.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+ 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/.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/00.1-Inline-Styles/index.html b/exercises/00.1-Inline-Styles/index.html
index 533a0261..ddf77599 100644
--- a/exercises/00.1-Inline-Styles/index.html
+++ b/exercises/00.1-Inline-Styles/index.html
@@ -3,10 +3,8 @@
03 Inline Styles
-
-
-
+
Hello
diff --git a/exercises/00.1-Inline-Styles/solution.hide.html b/exercises/00.1-Inline-Styles/solution.hide.html
index 1c3a3828..2d78dd68 100644
--- a/exercises/00.1-Inline-Styles/solution.hide.html
+++ b/exercises/00.1-Inline-Styles/solution.hide.html
@@ -14,4 +14,4 @@
-
\ No newline at end of file
+