Minimalistic CSS styles, layouts, components and frameworks

58 bytes

58 bytes of css to look great nearly everywhere ยท GitHub

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}

Min

A tiny framework that makes websites pretty

Website: https://mincss.com
GitHub: https://github.com/owenversteeg/min
Size: 995 bytes

SmolCSS

Minimal snippets for modern CSS layouts and components

Website: https://smolcss.dev/

Neat CSS

Neat is a simple HTML template. It's tiny, opinionated, and made to last. It's created by Joel Dare and heavily inspired by other minimalist sites like Hundred Rabbits and dozens of similar blogs.

Neat is about 2Kb and that is not minified or compressed.

https://neat.joeldare.com/

Size: 2 kB

Vanilla CSS

Vanilla CSS is a minimal baseline stylesheet for any web project. It includes a basic reset and default styling for all HTML5 elements (which you can see live below).

https://vanillacss.com/

Size: 5 kB

MVP.css

A minimalist stylesheet for HTML elements. No class names, no frameworks, just semantic HTML and you're done.

Website: https://andybrewer.github.io/mvp/
Source code: https://github.com/andybrewer/mvp/

Size: 9 kB

new.css

new.css is a classless CSS framework to write modern websites using only HTML.

Website: https://newcss.net
Source Code: https://github.com/xz/new.css
Known by: Wordpress Theme "newcss" by David Mytton

Size: 4.5 kB

Water.css

A drop-in collection of CSS styles to make simple websites just a little nicer.

https://watercss.kognise.dev/
https://github.com/kognise/water.css

Size: 3.27 kB

Drop-in Minimal CSS

Quick drop-in CSS switcher to allow for previewing some of the many minimal CSS-only frameworks that are available

Website: https://dohliam.github.io/dropin-minimal-css
Source code: https://github.com/dohliam/dropin-minimal-css

๐Ÿ”— References

Minimal CSS Frameworks | dailydevlinks