Last active
November 29, 2017 12:03
-
-
Save Aaronphy/50a37b886ebddaca0eda835ab59650ae to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
.box-1{ | |
width:100px; | |
height:100px; | |
background-color:#ccc; | |
float:left; | |
} | |
.box-2{ | |
width:100px; | |
height:100px; | |
background-color:#333; | |
float:left; | |
} | |
.inline-1{ | |
display:block; | |
height:200px; | |
width:100px; | |
background-color:blue; | |
} |
This file contains hidden or 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
<div class="box-1"></div> | |
<div class="box-2"></div> | |
<span class="inline-1"></span> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment