Skip to content

Instantly share code, notes, and snippets.

@JacobBennett
Created September 4, 2017 22:34
Show Gist options
  • Save JacobBennett/677cd4b4c05da41e1d5b1fd185e42b15 to your computer and use it in GitHub Desktop.
Save JacobBennett/677cd4b4c05da41e1d5b1fd185e42b15 to your computer and use it in GitHub Desktop.
MvRgyW
<div class="container">
<img src="http://endurancecompany.com/enduranceco.png" alt="">
<h3>
Our site is temporarily unavailable but you can visit us on <a href="https://www.facebook.com/EnduranceCo/">Facebook</a> or <a href="https://twitter.com/EnduranceCo">Twitter</a>. We’ll be back to normal soon.
</h3>
</div>
body {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
h3 {
font-weight: 300;
}
img {
width: 10em;
}
.container {
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
<link href="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment