Skip to content

Instantly share code, notes, and snippets.

@yozawiratama
Created September 17, 2013 17:01
Show Gist options
  • Save yozawiratama/6597267 to your computer and use it in GitHub Desktop.
Save yozawiratama/6597267 to your computer and use it in GitHub Desktop.
Untitled
html, body{
width:100%;
height:100%;
padding:0px;
margin:0px;
}
.container{
width:100%;
height:100%;
margin:0px;
background-color: #e6e6e6;
}
.navbar{
width:100%;
height: 50px;
}
.navbar-side{
background-color: #FFAB34;
width:200px;
height: 50px;
position: absolute;
}
.navbar-main{
background-color: #FFD335;
width:100%;
height: 50px;
}
<div class="container">
<div class="navbar">
<div class="navbar-side">
</div>
<div class="navbar-main">
</div>
</div>
</div>
// 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