Skip to content

ironhack-labs/lab-css-instagram-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo_ironhack_blue 7

LAB | CSS Instagram Clone

Learning Goals

This exercise allows you to practice and apply the concepts and techniques taught in class.

Upon completion of this exercise, you will be able to:

  • Develop a simple webpage based on provided design and assets.
  • Create and link an external CSS stylesheet with an HTML document.
  • Use the CSS position property to position elements on a webpage.
  • Use Flexbox to layout and position elements on a webpage.
  • Display images in a webpage using HTML image tags and CSS background property.
  • Use MDN as a reference to look up and apply CSS properties not covered in class, such as list-style , text-decoration , text-transform , etc.
  • Submit completed work using Git and GitHub by creating a Pull Request.


Introduction

One of the best ways to sharpen your CSS skills is to try to recreate an existing style and layout, so take a look at the deliverable below, work with a partner, and build your own version of Instagram.com. Don't worry if you can't get it to look exactly as you see but try your best to get as close as possible.

There's a starter code so that you can jump right into it.

Requirements

  • Fork this repo
  • Clone this repo
  • Use one of the CSS layout techniques to position elements on the page (display, float, flexbox, or grids)
  • Look up in MDN and use CSS properties and values that may not have been covered in class, for example:
    • background: url("YOUR-LINK.COM")
    • list-style
    • text-decoration
    • text-transform
  • Use a single external CSS stylesheet to style all pages
  • Use the images provided to construct the appropriate elements on the page:
    • the iPhone
    • App Store and Google Play buttons
    • Instagram Logo
    • Login button

Submission

Upon completion, run the following commands:

git add .
git commit -m "done"
git push origin master

Create Pull Request so your TAs can check up your work.

Instructions

You are provided with files, images, and text content needed to create the page. The text is in the index.html, and the color palette is in the styles/style.css file.

Deliverable

Please find a screenshot of the expected result below:

Instagram lab Screenshot

Extra Resources


Happy coding! ❤️

About

A CSS Lab to clone instagram and practice positioning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published