4Geeks logo
About us

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

Social & live learning

The most efficient way to learn: Join a cohort with classmates just like you, live streams, impromptu coding sessions, live tutorials with real experts, and stay motivated.

← Back to Projects

Simple Instagram Photo Feed with HTML/CSS

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Click to open

Live demo

Not available

Average duration

6 hrs

Technologies

Everyone knows Instagram, it's an ideal fun exercise to practice your beginner HTML/CSS skills. On this project you will be exercising the following concepts:

  • Reusing CSS classes.
  • Display and Position CSS Rules.
  • Building a layout with CSS/HTML.
  • Centering containers.
  • Flow left and right.
  • Importing images.

🌱 How to start this project

Do not clone this repository because we are going to be using a different template.

We recommend opening the html template repository using a provisioning tool like Codespaces (recommended) or Gitpod. Alternatively, you can clone it to your local computer using the git clone command. This is the repository you need to open:

1https://github.com/4GeeksAcademy/html-hello

👉 Please follow these steps on how to start a coding project.

📝 Instructions

Using everything you have learned with HTML and CSS3, please create a website that replicates this gif in every way (pixel perfect):

(Click here to expand)

Or you can use these images:

imagen 1 imagen 2 imagen 3

Use the display property like in the old days or the new flex CSS property to make the posts feed.

📒 Resources

  • This video from "The Net Ninja" is amazing to start understanding flexbox.

  • Here is the strategy for the exercise: Instagram Photo Feed Strategy

  • Please discuss with your coding partner, any other student, or mentor about any questions you may have. Coding is hard for everyone.

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Live demo

Not available

Average duration

6 hrs