https://github.com/blobbybilb/slabcss
A tiny CSS framework* with a unique look (WIP)
https://github.com/blobbybilb/slabcss
Last synced: about 1 year ago
JSON representation
A tiny CSS framework* with a unique look (WIP)
- Host: GitHub
- URL: https://github.com/blobbybilb/slabcss
- Owner: blobbybilb
- License: mit
- Created: 2023-01-19T04:57:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T08:08:26.000Z (over 2 years ago)
- Last Synced: 2024-05-30T02:14:42.920Z (about 2 years ago)
- Language: HTML
- Homepage: https://blobbybilb.github.io/slabcss/
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SlabCSS
#### A tiny CSS framework* with a unique look (WIP)
## About
Someone once said:
> if you make a good looking serif based framework
ill [sic] do my equivalent of "ill eat my hat" [sic]
The result, later:
> "oh god its [sic] actually uniquely good" - that person
It's not really framework, just a collection of CSS styles for semantic HTML
It's is more of a useable proof of concept than a full framework. If you use it for anything non-trivial, it will probably need some custom styles. It should be a good starting point for a unique look, though.
## Screenshots

## Usage
Add this to your HTML:
```html
@import url("https://raw.githubusercontent.com/blobbybilb/slabcss/main/style.css");
```
And HTML as usual. The styles are applied to semantic HTML elements.