Welcome to the FCOS (First-Year CSS Competition) repository! This project is designed to help first-year students get hands-on experience with HTML and CSS by building web pages. The goal of this competition is to enhance your understanding of various CSS properties and how to apply them effectively in projects.
FCOS encourages first-year students to develop a simple webpage using just HTML and CSS. Participants will work on various CSS properties like layouts, animations, and responsiveness to create visually appealing web designs.
Follow the steps below to contribute your project to this repository:
git clone https://github.com/FSOC-OSS/FSOC.V2.git
After cloning, navigate to the project folder:
cd FSOC.V2
You can now start working on your HTML and CSS project. Make sure to follow the guidelines provided for the competition.
Once you've finished your project, add and commit the changes:
git add .
git commit -m "Add my CSS project for FCOS"
Push your changes to your forked repository:
git push origin YourBranch
Finally, go to the original repository on GitHub and click on Pull Requests. Click on New Pull Request, select your forked repository, and submit your pull request.
For any queries, feel free to reach out to us.
Happy coding and good luck with your project! """