...

/

Footer of the Movie Streaming Website

Footer of the Movie Streaming Website

Learn how to build the footer of the movie streaming website.

In this lesson, we'll build the final section of our website. Most websites have a footer that contains information about their copyright policy and links to contact the owners.

Layout

Let's take a look at the layout of the footer we'll be building.

Press + to interact
Footer layout
Footer layout

Here, our <footer> component has two subsections. One section contains the copyright information, and another contains the contact links with their respective social media icons.

Implementation

...