DevKrishnasai / netflix-clone

demo

Home Page:https://devkrishnasai.github.io/netflix-clone/

Repository from Github https://github.comDevKrishnasai/netflix-cloneRepository from Github https://github.comDevKrishnasai/netflix-clone

Netflix Web Page

This project is a static web page that resembles the Netflix website. It showcases a grid layout with different sections for popular movies, TV shows, originals, and more.

Technologies Used

  • HTML5
  • CSS3

Structure

  1. HTML Structure:

    • The HTML document follows the standard structure with the <!DOCTYPE html> declaration and <html>, <head>, and <body> tags.
    • The page is divided into sections using <header>, <section>, <div>, and <footer> elements.
  2. CSS Styling:

    • The CSS code defines styling rules for various elements using selectors and properties.
    • Variables are used to define custom CSS properties, such as --primary, --light, and --dark, to ensure consistency throughout the document.
    • Grid layout is used to arrange the navigation elements in the header and the image boxes in the main content area.
    • Media queries are used to apply different styles based on the viewport size, allowing for responsive design across different devices.
  3. Concepts and Techniques:

    • Grid Layout: The CSS Grid Layout is used to create a responsive and flexible grid structure for the header and image boxes.
    • Media Queries: Media queries are used to apply different styles based on the viewport size, ensuring a responsive design on different devices.
    • Flexibility and Responsiveness: The layout and styling are designed to adapt to different screen sizes, providing an optimal user experience on both desktop and mobile devices.
    • CSS Variables: Custom CSS variables are used to define and maintain consistent values for colors and other properties throughout the document.

About

demo

https://devkrishnasai.github.io/netflix-clone/


Languages

Language:HTML 59.7%Language:CSS 40.3%