Skip to content

Instantly share code, notes, and snippets.

@Huholoman
Created March 28, 2017 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Huholoman/929781bca0b3bf49585541750972784c to your computer and use it in GitHub Desktop.
Save Huholoman/929781bca0b3bf49585541750972784c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<style>
#container {
width: 300px;
height: 300px;
margin: 0px auto;
background: #999;
text-align: center;
}
#container:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
}
#container img {
margin: 0px auto;
vertical-align: middle;
background: #888;
}
</style>
<body>
<div id="container">
<img src="https://www.spreadshirt.co.uk/image- server/v1/designs/15035545,width=178,height=178/huhu-owl.png">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment