Author: | exu3 |
---|---|
Views Total: | 64 views |
Official Page: | Go to website |
Last Update: | February 18, 2022 |
License: | MIT |
Preview:

Description:
hackclub.css is a lightweight and easy-to-use CSS class-less framework based on the Hack Club theme.
It currently comes with 2 color modes: Light and Dark, which will be automatically activated based on the current system color theme.
How to use:
1. Download the include the hackclub.css
on the page. Happy coding!
<link rel="stylesheet" href="./src/hackclub.min.css" />
2. Or use Light or Dark color modes individually.
<!-- Dark Theme --> <link rel="stylesheet" href="./src/dark.css" /> <!-- Light Theme --> <link rel="stylesheet" href="./src/light.css" />