Welcome to my repository of solutions for cssbattle.dev, a fun platform where you can practice and improve your CSS skills by recreating designs.
Every day, I take on a new challenge from CSS Battle and post my solutions here. These solutions are a great way for me to practice and refine my CSS skills. I hope they can be a useful resource for others learning CSS as well.
CSS Battle is a game that helps you improve your CSS skills by replicating given designs with the least amount of code possible. It's a fantastic way to learn more about CSS properties and how they interact.
If you want to run these solutions locally, follow these steps:
- Clone the repository:
https://github.com/UdayKiran112/CSS-Battle-Solutions.git
- Navigate to the project directory:
cd Daily Targets
- Open the HTML files in your browser to see the solutions in action.
While this is primarily a personal practice project, I'm open to contributions! If you have a more efficient solution or a different approach to a problem, feel free to make a pull request. Here’s how you can contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
If you have any questions or just want to connect, feel free to reach out to me at [email protected].
Happy coding! 💻