Skip to content

Practice your CSS/HTML skills by building the smallest project you can build: Instagram Post.

Notifications You must be signed in to change notification settings

apardov/exercise-instagram-post

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text The Instagram Post

Instagram is one of the most popular user interfaces in the world, this is the first of three exercises that will make you replicate the most important and difficult parts of Instagram.com

In this case, we are starting with a single post.

Instructions

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

What to do if you are stuck?

Ask the instructor or classmates right away, do not stay stuck for more than 15min because this is one of your first exercises and your are not expected to know everything. Ask questions!!!

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 Flex vs Postion vs Float vs Display.
  8. Using a simple form.

About

Practice your CSS/HTML skills by building the smallest project you can build: Instagram Post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.8%
  • CSS 35.2%