Skip to content

Instantly share code, notes, and snippets.

@xieranmaya
Created March 30, 2017 07:57
Show Gist options
  • Save xieranmaya/e5608e610c5ce0797c4500b97ddf0623 to your computer and use it in GitHub Desktop.
Save xieranmaya/e5608e610c5ce0797c4500b97ddf0623 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/gejube
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
background-color: rgba(0,0,0,0.07);
}
</style>
</head>
<body>
<div>
<ul>
<li>Lorem ipsum dolor sit amet.</li>
<li>Nam est dolore sit veniam.</li>
<li>Cupiditate, minus vitae <span>as <a href="">efdijf</a>df</span> fuga corporis!</li>
</ul>
</div>
<script id="jsbin-source-css" type="text/css">
* {
background-color: rgba(0,0,0,0.07);
}</script>
</body>
</html>
* {
background-color: rgba(0,0,0,0.07);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment