Search⌘ K
AI Features

Movies and TV Shows Section of the Movie Streaming Website

Explore how to design the Movies and TV Shows section of a streaming website by applying Bootstrap 5 techniques. Learn to use flexbox for horizontal scrolling, adjust image sizes with media queries, and customize scrollbars for a polished user experience.

In this lesson, we will work on the Movies and TV Shows sections.

Adjust size

First, on line 20, we create a <div> containing all the movie images and set a 20em height by default. Then, on line 26, we use media queries to decrease the height of the ...