Skip to content

Instantly share code, notes, and snippets.

@rambhairao
Last active July 13, 2017 09:42
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 rambhairao/8f417dc6b6448424e1cacb6a67e0a964 to your computer and use it in GitHub Desktop.
Save rambhairao/8f417dc6b6448424e1cacb6a67e0a964 to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.a{
width:150px;
height: 100px;
background-color: red;
}
.b{
width:150px;
height: 100px;
background-color: #0099b8;
}
</style>
</head>
<body>
<div class="a"> olly absolute position </div>
<div class="b"> olly absolute position </div>
<script id="jsbin-source-css" type="text/css">.a{
width:150px;
height: 100px;
background-color: red;
}
.b{
width:150px;
height: 100px;
background-color: #0099b8;
}</script>
</body>
</html>
.a{
width:150px;
height: 100px;
background-color: red;
}
.b{
width:150px;
height: 100px;
background-color: #0099b8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment