From 7f007c2291258bbd1f92683e8a135493b7d81c96 Mon Sep 17 00:00:00 2001 From: JPbonaldo <159311815+JPbonaldo@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:44:00 +0000 Subject: [PATCH 1/2] Changed CSS to CSS3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2e69a38..c7c82d9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Who does not like postcards? This is one of your first exercises (if not the first), and it's fun and relatively easy :) -Let's create a postcard with HTML5 and CSS, and then you can share it with your mom or your other half; they will be proud! :) +Let's create a postcard with HTML5 and CSS3, and then you can share it with your mom or your other half; they will be proud! :) ## 🌱 How to start this project? @@ -28,7 +28,7 @@ $ learnpack start ## Instructions -Create the HTML and CSS needed to replicate [this exact same picture](https://raw.githubusercontent.com/breatheco-de/exercise-postcard/main/.learn/assets/preview.png). +Create the HTML and CSS3 needed to replicate [this exact same picture](https://raw.githubusercontent.com/breatheco-de/exercise-postcard/main/.learn/assets/preview.png). ![postcard preview](https://raw.githubusercontent.com/breatheco-de/exercise-postcard/main/.learn/assets/preview.png) @@ -45,9 +45,9 @@ There is a video about this exercise, watch it if you are lost. But don't copy e ## Fundamentals This exercise covers the following fundamentals: 1. Basic structure for every HTML5 website. -2. The *Link* tag to import CSS Rules. +2. The *Link* tag to import CSS3 Rules. 3. Using google fonts. -3. Using the different selectors available in CSS. +3. Using the different selectors available in CSS3. 4. Working with containers or boxes: border, padding, and margins. 5. Overflow. 6. Using a simple form. From f0461045ca0bef0f9240d1f2864911cef291b0ce Mon Sep 17 00:00:00 2001 From: JPbonaldo <159311815+JPbonaldo@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:49:56 +0000 Subject: [PATCH 2/2] does not to doesn't --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c82d9e..52f7a8ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # The Postcard -Who does not like postcards? This is one of your first exercises (if not the first), and it's fun and relatively easy :) +Who doesn't like postcards? This is one of your first exercises (if not the first), and it's fun and relatively easy :) Let's create a postcard with HTML5 and CSS3, and then you can share it with your mom or your other half; they will be proud! :)