https://github.com/icelam/cssbattle
An archive of my submissions on https://cssbattle.dev
https://github.com/icelam/cssbattle
Last synced: 5 months ago
JSON representation
An archive of my submissions on https://cssbattle.dev
- Host: GitHub
- URL: https://github.com/icelam/cssbattle
- Owner: icelam
- License: mit
- Created: 2024-06-24T16:10:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-25T15:06:18.000Z (over 1 year ago)
- Last Synced: 2025-05-14T22:12:03.317Z (5 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My submissions on CSSBattle
This repository archives all of my submissions on [CSSBattle](https://cssbattle.dev). CSSBattle is a CSS coding competition where participants are tasked with recreating target designs using HTML and CSS as short as possible.
## Objective
The main objective of this repository is to provide a centralized location to track and showcase my progress in the CSSBattle challenges. Each submission is organized by the challenge type and number, and the relevant HTML and CSS code, as well as an image of the target design, are included in a README file for each submission. By maintaining this repository, I aim to document my learning journey, demonstrate my CSS skills, and share my CSSBattle experience with others.
## Repository Structure
The repository is organized as follows:```
cssbattle/
├── Battles/
│ ├── 001/
│ │ ├── README.md
│ │ └── target@2x.png
│ └── 002/
│ ├── README.md
│ └── target@2x.png
├── Daily Targets/
│ ├── 2024-01-01/
│ │ ├── README.md
│ │ └── target@2x.png
│ └── 2024-01-02/
│ ├── README.md
│ └── target@2x.png
└── README.md
```- The `Battles` directory contains submissions for the main CSSBattle challenges, organized by challenge number.
- The `Daily Targets` directory contains submissions for the daily CSSBattle challenges, organized by the date of the challenge
- Each challenge directory includes a `README.md` file which contains the relevant HTML and CSS code, with submission stats.
- Each challenge directory includes a `target@2x.png` file which is the target image of that challenge.## Contributing
This repository is for personal use, so contributions are not accepted. However, feel free to explore the code and provide feedback or suggestions if you'd like.
## License
This project is licensed under the MIT License.