Create a collection of social media buttons using HTML and CSS. Each button should feature an icon representing platforms like Facebook, Twitter, Instagram, Github, and YouTube. Implement hover effects to display tooltips with platform names, ensuring a polished and responsive design suitable for integration into various web projects.
Below is the preview of this challenge:
You can view the live demo on my CodePen: Live Demo
- Basic HTML & CSS Knowledge
- Positioning in CSS
- VS Code (You can use any other code editor)
- Web Browser
- Fork the Repository: Click on the "Fork" button at the top right corner of the repository page to create a copy in your GitHub account.
- Clone the Repository: Clone your forked repository to your local machine using:
git clone https://github.com/Yashi-Singh-1/Social-Media-Buttons.git
- Create a New Branch: Create a new branch for your feature or bug fix using
git checkout -b <branch-name>
. - Make Changes: Make your changes or additions to the code.
- Commit Changes: Commit your changes with a clear and concise commit message using
git commit -m "Description of changes"
. - Push to GitHub: Push your changes to your forked repository using
git push origin <branch-name>
. - Create a Pull Request: Open a pull request from your branch to the main repository, providing a clear description of the changes and any relevant context.
- Review and Feedback: Engage in the review process, addressing any feedback or requested changes.