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:
- Fork this repository by clicking the Fork button at the top right of this page.
- This will create a copy of the repository under your GitHub account.
- Open your terminal or Git Bash and run the following command to clone your forked repository to your local machine:
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.
- Ensure that your code is clean, commented, and follows the best practices of HTML and CSS.
- Use responsive design principles wherever possible.
- No JavaScript is allowed for this competition.
For any queries, feel free to reach out to us.
Happy coding and good luck with your project! """