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.


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