Who does not like postcards? This is one of your first exercises (if not the first) and it's fun and relatively easy :)
Lets create a postcard with HTML5 and CSS and then you can share it with your mom or with your other half, she/he is going to be proud! :)
This project comes with the necessary files to start working, but you have two options to start:
a) Open this link in your browser with gitpod (recommended): https://gitpod.io#https://github.com/breatheco-de/exercise-postcard.git
b) You can clone this repository on your local computer:
$ git clone https://github.com/breatheco-de/exercise-postcard.git
💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>
), and upload the code to your new repository using add
, commit
and push
.
Create the HTML and CSS needed to replicate this exact same picture.
Here the url for 4Geeks logo: https://github.com/breatheco-de/exercise-postcard/blob/main/.learn/assets/4geeks.png?raw=true
There is a video about this exercise, watch it if you are lost. But don't copy everything, try to code some of your own.
This exercise covers the following fundamentals:
- Basic structure for every HTML5 website.
- The Link tag to import CSS Rules.
- Using google fonts.
- Using the different selectors available in CSS.
- Working with boxes: border, padding and margins.
- Overflow.
- Using a simple form.