Last active
May 31, 2017 18:12
-
-
Save robhob/58189ee6570b56b50cfcd58766cd91a5 to your computer and use it in GitHub Desktop.
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
<style> | |
@import url(https://fonts.googleapis.com/css?family=Khula:700); | |
.hidden { | |
opacity:0; | |
} | |
.console-container { | |
font-family:Khula; | |
font-size:4em; | |
text-align:center; | |
height:30px; | |
width:600px; | |
display:inline; | |
position:relative; | |
color:black; | |
top:0; | |
bottom:0; | |
left:0; | |
right:0; | |
margin:auto; | |
} | |
.console-underscore { | |
display:inline-block; | |
position:relative; | |
left:10px; | |
} | |
@media (max-width: 750px) { | |
.console-container { font-size:2em; } | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment