-
-
Save ElijahLynn/3383855 to your computer and use it in GitHub Desktop.
created by livecoding - http://livecoding.gabrielflor.it/3383855
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
body { | |
margin: 20px; | |
color: #2B2B2B; | |
background-color: #D47D7D; | |
} | |
div { | |
margin: 10px; | |
font-size: 50px ; | |
} |
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
<body> | |
<div> | |
Hello | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment