Created
January 2, 2019 09:36
-
-
Save quasicomputational/7d412e9e110914314442810532c54c25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<style> | |
html { | |
background: yellow; | |
font-size: 10rem; | |
padding: 1rem; | |
} | |
body { | |
background: red; | |
} | |
</style> | |
Hi! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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