Skip to content

Instantly share code, notes, and snippets.

@skeptrunedev
Last active April 29, 2026 00:02
Show Gist options
  • Select an option

  • Save skeptrunedev/c684004d34c2e9d150d804914fbd414f to your computer and use it in GitHub Desktop.

Select an option

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