Skip to content

Instantly share code, notes, and snippets.

@byt3h3ad
Created May 31, 2023 17:58
Show Gist options
  • Save byt3h3ad/24ae69508ad08ab8b06aa1cd47299506 to your computer and use it in GitHub Desktop.
Save byt3h3ad/24ae69508ad08ab8b06aa1cd47299506 to your computer and use it in GitHub Desktop.
basic css
html {
color-scheme: light dark;
}
body {
font-family: system-ui;
font-size: 1.125rem;
line-height: 1.6;
}
img,
svg,
picture {
max-width: 100%;
display: block;
}
main {
width: min(65ch, 100% - 4rem);
margin-inline: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment