Skip to content

Instantly share code, notes, and snippets.

@kkreft
Created July 9, 2019 06:42
Show Gist options
  • Save kkreft/4fce9480ac05be8e98970ce907dc8554 to your computer and use it in GitHub Desktop.
Save kkreft/4fce9480ac05be8e98970ce907dc8554 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/fawivej
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background: lightblue;
}
.top {
position: absolute;
top:100px;
}
.text {
width: 80px;
padding: 20px;
margin: 10px;
background: lightgray;
}
</style>
</head>
<body>
<!-- <div class="text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut quis facilis veritatis veniam. Sit, minima magni itaque, ut quia qui repellat rerum assumenda, vitae debitis corporis velit aliquam temporibus cum!
</div> -->
<!-- <div class="top">
<div class="top">Top</div>
</div>
-->
<script id="jsbin-source-css" type="text/css">body {
background: lightblue;
}
.top {
position: absolute;
top:100px;
}
.text {
width: 80px;
padding: 20px;
margin: 10px;
background: lightgray;
}</script>
</body>
</html>
body {
background: lightblue;
}
.top {
position: absolute;
top:100px;
}
.text {
width: 80px;
padding: 20px;
margin: 10px;
background: lightgray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment