Doctorine06 / PostCard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

Let's 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! :)

🌱 How to start this project?

This project comes with the necessary files to start working, so you just need to clone its repository to start. You have two options for that:

a) Most 4Geeks students should open this project with Gitpod by simply clicking on the link: https://gitpod.io#https://github.com/breatheco-de/exercise-postcard.git

b) Only if the method above is not possible, and you need to work locally in an IDE on your computer, you can clone the project by running the below command in the terminal of your IDE:

$ git clone  https://gitpod.io#https://github.com/breatheco-de/exercise-postcard.git 

The exercises will start and show the instructions automatically but if you encounter any issues you can try running them manually by typing in your command line the following:

$ learnpack start

Instructions

Create the HTML and CSS needed to replicate this exact same picture.

postcard preview

✋ Here is the url for 4Geeks logo: https://github.com/breatheco-de/exercise-postcard/blob/main/.learn/assets/4geeks.png?raw=true

Create by drawing your strategy

Postcard Strategy

What to do if you are stuck?

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.

Fundamentals

This exercise covers the following fundamentals:

  1. Basic structure for every HTML5 website.
  2. The Link tag to import CSS Rules.
  3. Using google fonts.
  4. Using the different selectors available in CSS.
  5. Working with boxes: border, padding and margins.
  6. Overflow.
  7. Using a simple form

About


Languages

Language:JavaScript 87.9%Language:HTML 8.7%Language:CSS 3.4%