Skip to content

Instantly share code, notes, and snippets.

@skeptrunedev
Last active March 22, 2024 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skeptrunedev/c684004d34c2e9d150d804914fbd414f to your computer and use it in GitHub Desktop.
Save skeptrunedev/c684004d34c2e9d150d804914fbd414f to your computer and use it in GitHub Desktop.
Drop-in Minimal CSS Frameworks

Drop-in CSS Frameworks

Stole this list from @swyxio - https://github.com/swyxio/spark-joy/blob/master/README.md#fun-css-frameworks.

lighter, no js. preview some of these with https://sites.yax.com/, https://www.cssbed.com/, https://dohliam.github.io/dropin-minimal-css/ and https://github.com/dbohdan/classless-css

Superlight: 100 bytes of css to look great nearly everywhere

html {
  max-width: 60ch;
  padding: 1.5rem;
  margin: auto;
  line-height: 1.5rem;
  font-size: 24px;
}

see also http://bettermotherfuckingwebsite.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment