Skip to content

Instantly share code, notes, and snippets.

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 Lego2012/9b86e9c66b97309721d49462692e7ff0 to your computer and use it in GitHub Desktop.
Save Lego2012/9b86e9c66b97309721d49462692e7ff0 to your computer and use it in GitHub Desktop.
/* The user setting decides about the mode */
html {
   color-scheme: light dark;
}

body {
   font-family: system-ui;
   font-size: 1.125rem;
   line-height: 1.6;
}

img,
picture,
svg {
   max-width: 100%;
   display: block;
}

main {
   width: min(65ch, 100% - 4rem);|
   margin-inline: auto;
}

25 Lines of CSS

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