Created
March 30, 2017 07:57
-
-
Save xieranmaya/e5608e610c5ce0797c4500b97ddf0623 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/gejube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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