Skip to content

Instantly share code, notes, and snippets.

@no1stunna
Created February 2, 2015 17:01
Show Gist options
  • Save no1stunna/36637bac02569ad6744e to your computer and use it in GitHub Desktop.
Save no1stunna/36637bac02569ad6744e to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Receipt</title>
<style type="text/css">
/* Map */
.receipt-map {
margin-bottom: 21px;
}
.receipt-map img {
display: block;
width: 100%;
}
</style>
</head>
<body>
<div class="receipt-map">
<img
src="http://bit.ly/18HKt0q"
alt="" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment