Skip to content

The ideal first project for anyone interested in practicing HTML/CSS with a real life example.

Notifications You must be signed in to change notification settings

litzcode/html-css-exercise-postcard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Instructions

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

Here the url for 4Geeks logo: http://assets.breatheco.de/apis/img/icon/4geeks.png

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

The ideal first project for anyone interested in practicing HTML/CSS with a real life example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.2%
  • CSS 48.8%