Skip to content

Commit

Permalink
Changed CSS to CSS3
Browse files Browse the repository at this point in the history
  • Loading branch information
JPbonaldo committed Mar 5, 2024
1 parent d594484 commit 7f007c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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)

Expand All @@ -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.
Expand Down

0 comments on commit 7f007c2

Please sign in to comment.