Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Aaronphy
Last active November 29, 2017 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aaronphy/50a37b886ebddaca0eda835ab59650ae to your computer and use it in GitHub Desktop.
Save Aaronphy/50a37b886ebddaca0eda835ab59650ae to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<div class="box-1"></div>
<div class="box-2"></div>
<span class="inline-1"></span>
// alert('Hello world!');
{"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