Nishant891 / YouTube-clone

YouTube-clone as it sounds like is a clone of youtube.com. Please refer to the documentation for further insights.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube-clone

Screenshot 2023-04-09 103937

Introduction

YouTube-clone as it sounds like is a clone of youtube.com. It is fully responsive on all devices and screen sizes.

1. Grid

2. Flexbox

3. Positions (Absolute, Relative and Fixed)

4. Navbar / Sidebar

5. Various image properties

6. How various elements are nested

Css files

header.css

Contains css stylling for the header or the Navbar. It is sub-divided into right/lrft and middle sections and is a flexbox.

videos.css

Contains css stylling for video-previews/ channel details and profile photo. It uses css grid that makes it responsive according to the screen size.

style.css

Contains styles for the sidebar.

I have also used @media-query to make the website responsive according to the screen size.

About

YouTube-clone as it sounds like is a clone of youtube.com. Please refer to the documentation for further insights.


Languages

Language:HTML 58.0%Language:CSS 42.0%