Created
May 13, 2015 02:14
-
-
Save Enigmatrix/a4be077676398092d87e to your computer and use it in GitHub Desktop.
Hello // source http://jsbin.com/teqeke
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"> | |
<title>MEMEMEMEMEMEMEMEMEM</title> | |
<style id="jsbin-css"> | |
.stuff{ | |
display:inline-block; | |
} | |
.stuffimg{ | |
width:100px; | |
height:100px; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Dank memes</h1> | |
<ul> | |
<li><img class="stuffimg" src="http://youthvoices.net/sites/default/files/image/25937/sep/illuminati-dollar_tower1.jpg"> | |
<h3 class="stuff">ayy lmao</h3></li> | |
<li><img class="stuffimg" src="http://img.pandawhale.com/96174-Apply-cold-water-directly-to-t-HD3o.png"><h3 class="stuff">getrekt</h3></li> | |
<li><img class="stuffimg" src="https://i.ytimg.com/vi/2btmQMt9Z7I/maxresdefault.jpg"><h3 class="stuff">720scope</h3></li> | |
<li><img class="stuffimg" alt="YOU KNOW WHY THIS ISNT HERE"><h3 class="stuff">#420blazeit</h3></li> | |
<li><img class="stuffimg" src="http://st.elohell.net/public/chill/b4290a6e33e00ed87957c078df96c58c.jpg"><h3 class="stuff">swaggerino</h3></li> | |
</ul> | |
<script id="jsbin-source-css" type="text/css">.stuff{ | |
display:inline-block; | |
} | |
.stuffimg{ | |
width:100px; | |
height:100px; | |
}</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
.stuff{ | |
display:inline-block; | |
} | |
.stuffimg{ | |
width:100px; | |
height:100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment