Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@evantravers
Created April 3, 2014 14:28
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 evantravers/9955391 to your computer and use it in GitHub Desktop.
Save evantravers/9955391 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.container
.hero-image
%img(src="http://images.junkee.com/wp-content/uploads/2013/12/shia-labeouf-magic-gif.gif")
%h1 magic
// ----
// libsass (v0.7.0)
// ----
.container {
display: table;
text-align: center;
vertical-align: middle;
height: 100vh;
width: 100%;
}
.hero-image {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.container {
display: table;
text-align: center;
vertical-align: middle;
height: 100vh;
width: 100%; }
.hero-image {
display: table-cell;
text-align: center;
vertical-align: middle; }
<div class='container'>
<div class='hero-image'>
<img src='http://images.junkee.com/wp-content/uploads/2013/12/shia-labeouf-magic-gif.gif'>
<h1>magic</h1>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment