Skip to content

Instantly share code, notes, and snippets.

@sohailbud
Created October 7, 2014 22:08
Show Gist options
  • Save sohailbud/b90d05174db399367222 to your computer and use it in GitHub Desktop.
Save sohailbud/b90d05174db399367222 to your computer and use it in GitHub Desktop.
// source http://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
div {
display: block;
}
#wrapper {
width: 768px;
height:1024px;
}
#first {
float:left;
width: 100%;
height: 15%;
background: yellow;
}
#second {
float:left;
width: 100%;
height: 5%;
background: green;
}
#third {
float:left;
width: 100%;
height: 20%;
background: blue;
}
#fourth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#fifth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#sixth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#seventh {
float:left;
width: 67%;
height: 75%;
background: blue;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="first"></div>
<div id="second"></div>
<div id="third"></div>
</div>
<script id="jsbin-source-css" type="text/css">div {
display: block;
}
#wrapper {
width: 768px;
height:1024px;
}
#first {
float:left;
width: 100%;
height: 15%;
background: yellow;
}
#second {
float:left;
width: 100%;
height: 5%;
background: green;
}
#third {
float:left;
width: 100%;
height: 20%;
background: blue;
}
#fourth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#fifth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#sixth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#seventh {
float:left;
width: 67%;
height: 75%;
background: blue;
}</script>
</body>
</html>
div {
display: block;
}
#wrapper {
width: 768px;
height:1024px;
}
#first {
float:left;
width: 100%;
height: 15%;
background: yellow;
}
#second {
float:left;
width: 100%;
height: 5%;
background: green;
}
#third {
float:left;
width: 100%;
height: 20%;
background: blue;
}
#fourth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#fifth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#sixth {
float:left;
width: 67%;
height: 75%;
background: blue;
}
#seventh {
float:left;
width: 67%;
height: 75%;
background: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment