A Pen by Jake Bennett on CodePen.
Created
September 4, 2017 22:34
-
-
Save JacobBennett/677cd4b4c05da41e1d5b1fd185e42b15 to your computer and use it in GitHub Desktop.
MvRgyW
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
<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> |
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
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%); | |
} |
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
<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