Skip to content

Commit

Permalink
Merge pull request #125 from 4GeeksAcademy/misspell-jp
Browse files Browse the repository at this point in the history
Misspell jp
  • Loading branch information
tommygonzaleza authored May 10, 2024
2 parents e840184 + f046104 commit 6b93798
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# The Postcard
<!-- endhide -->

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 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 6b93798

Please sign in to comment.