Skip to content

Instantly share code, notes, and snippets.

@quasicomputational
Created January 2, 2019 09:36
Show Gist options
  • Save quasicomputational/7d412e9e110914314442810532c54c25 to your computer and use it in GitHub Desktop.
Save quasicomputational/7d412e9e110914314442810532c54c25 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<style>
html {
background: yellow;
font-size: 10rem;
padding: 1rem;
}
body {
background: red;
}
</style>
Hi!
<!DOCTYPE html>
<style>
html {
background: yellow;
font-size: 10rem;
padding: 1em;
}
body {
background: red;
}
</style>
Hi!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment