CSS art :0
For our very first challenge, we want you to create art using only CSS. While you can use a scripting language to auto-generate CSS, no language other than CSS can be used to render your masterpiece. You are allowed to use CSS frameworks like sass.
Here are some resources to get you started:
- https://dev.to/poulamic/intro-to-creating-css-art-1ep5
- https://developer.mozilla.org/en-US/docs/Web/CSS
- Sample submission
Do not submit source code from an existing CSS art piece. You will be disqualified.
The winner will be determined by the HexLabs team. We will record a short-video showcasing the top 5 submissions.
11:59pm EST, November 11, 2021
You have to submit the following files:
- Any source code you used/wrote to complete the challenge
- A README detailing who worked on the project (name and email) and how to build it
- A PNG of your art
- Fork this repository
- Clone your fork
git clone https://github.com/<your-github-username>/challenge0001-submissions.git
cd challenge0001-submissions
- Create a new directory with a unique name of your choosing
mkdir fancy-name-that-is-family-friendly
- Copy your code into this directory and make a PR!
If you are unfamilar with forking or making pull requests, take a look at https://docs.github.com/en/pull-requests/collaborating-with-pull-requests