A simple YouTube clone created using HTML and CSS.
This project was created using HTML and CSS. The main focus was on replicating the user interface and basic functionality of YouTube.
index.html
: Main HTML file containing the structure of the web page.styles/
: Directory containing CSS files for styling.
headers
: Images for headers.profile
: Profile pictures for channels.sidebar
: Icons for the sidebar.thumbnails
: Thumbnails for videos.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/my-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/my-feature).
- Create a new Pull Request.