View this code at http://livecoding.io/4049295
-
-
Save rdhyee/4049295 to your computer and use it in GitHub Desktop.
created by http://livecoding.io
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
{ | |
"libraries": [], | |
"mode": "html", | |
"layout": "sketchpad mode" | |
} |
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
#red { | |
width: 100px; | |
height: 100px; | |
background: #FF0000; | |
} | |
#blue { | |
width: 100px; | |
height: 100px; | |
background: #0000FF; | |
} |
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
<h1>Hello! Try changing this title. (hint - see the "html" tab)</h1> | |
<h2>I'm a subtitle. Try changing me!</h2> | |
<h3>Make these squares bigger! (hint - see the "css" tab)</h3> | |
<div id='red'> | |
</div> | |
<p> hello</p> | |
<div id='blue'> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment