From 67601c1052ac953b7d8e46f13ab3649b7d2aefce Mon Sep 17 00:00:00 2001
From: George Mihov ` tags to turn their text into blue color.
+- Add a `` tag into your website
+- Using CSS properties select all ` ` tags to turn their text color to blue.
+- Make tthe font size 36px.
+- Give the p tag padding of 40px.
+
+### π‘ Hint
+
+Remember that you will need the complete html structure of the page, because the `style` tags need to go inside of the `head` tags.
## π» Preview
diff --git a/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html
index 1c51e8e0..44d8ee1a 100644
--- a/exercises/01.1-The-Style-Tag/index.html
+++ b/exercises/01.1-The-Style-Tag/index.html
@@ -1,4 +1,4 @@
-
+
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 5f9ca171657e4313bbdae78e36df660d8cfd790b Mon Sep 17 00:00:00 2001
From: George Mihov ` tags to turn their text color to blue.
-- Make tthe font size 36px.
-- Give the p tag padding of 40px.
+1. Add a `` tag into your website
+2. Using CSS properties select all ` ` tags to turn their text color to blue.
+3. Make the font (text) twice its original size - use the `em` units.
+4. Give the `p` tag padding of `2rem`.
### π‘ Hint
-Remember that you will need the complete html structure of the page, because the `style` tags need to go inside of the `head` tags.
+- Remember that you will need the complete html structure of the page, because the `style` tags need to go inside of the `head` tags.
+
+- You can learn more about the different measurement units in CSS here:
+https://www.w3schools.com/cssref/css_units.asp
+
## π» Preview
` tag that reads "HELLO WORLD!!!".
+1. Set an inline style to change the text color of the tag to `color: orangered` and give it a solid red border of 1px.
+
-## π» Preview
+### π‘ Hint:
-It should look like this:
+- A convenient way to import the basic html structure of your web page is to just type an exclamation mark `!` and select the emmet option that will pop up in Gitpod.
+- Read how to apply borders here: https://www.w3schools.com/css/css_border_shorthand.asp
+- For this exercise, do NOT use `styles.css` file or ``;
diff --git a/exercises/03-List-styling/README.md b/exercises/03-List-styling/README.md
index b6fe482a..74744621 100644
--- a/exercises/03-List-styling/README.md
+++ b/exercises/03-List-styling/README.md
@@ -22,6 +22,8 @@ Will remove the numbers or bullets and will move the text to the left so there i
**Note:**
+Build the existing code first to see what the page originally looks like.
+Then make the changes below and build again.
## π Instructions:
diff --git a/exercises/03-List-styling/index.html b/exercises/03-List-styling/index.html
index 4271f95a..0af7b4c5 100644
--- a/exercises/03-List-styling/index.html
+++ b/exercises/03-List-styling/index.html
@@ -1,6 +1,9 @@
+
+
+