Welcome to my CSS Battle Solutions repository! This collection showcases my solutions for the daily challenges from CSS Battle.
CSS Battle is a platform that offers daily CSS challenges to test and enhance your creative styling and design skills. This repository contains my solutions to these challenges.
- Challenge Solution October: Month October 2023, All Daily Target Challenge and Solution Here.
- Challenge Solution November: Month November 2023, All Daily Target Challenge and Solution Here.
- Challenge Solution December: Month December 2023, All Daily Target Challenge and Solution Here.
- ...
To view my solutions, follow these steps:
-
Clone the repository:
git clone https://github.com/shubham-sutar/CSSBattle-Solutions.git
-
Navigate to the specific challenge directory:
cd CSSBattle-Solutions/challengeX/
-
Open the
index.html
file in your preferred web browser to see the solution.
A new target solution everyday for you to unwind. No leaderboards, no competition, Simply upgrade your CSS Skills.
If you'd like to contribute or provide feedback, please follow these steps:
-
Fork the repository.
-
Create a new branch for your changes:
git checkout -b feature/new-feature
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push your changes to the forked repository:
git push origin feature/new-feature
-
Open a pull request, detailing the changes you made.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Feel free to replace placeholder texts such as `challenge1`, `challenge2`, and provide more detailed descriptions or information specific to your project.