This project is a landing page for the Samsung Galaxy Watch. This is one of the projects required to obtain the Responsive Web Design Certificate from freeCodeCamp.
Open Source - Contribution Details Below
View the full web page here: Product Landing Page
HTML
- Forms
- iframe
- Images
CSS
- Responsive design (Laptops and Mobile)
- Media Queries
- Flexbox
- Grid
- webkit properties
- Google Fonts
- Scroll bar styling
Contribute to this project in the following ways:
- Yes the code could be cleaner and more efficient.
- Add more features to the page. (HTML and CSS only)
- Add more media queries for different screen sizes.
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
- Alternatively see the GitHub documentation on creating a pull request.
Don't forget to give the project a star! ⭐