Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active May 31, 2017 18:12
Show Gist options
  • Save robhob/58189ee6570b56b50cfcd58766cd91a5 to your computer and use it in GitHub Desktop.
Save robhob/58189ee6570b56b50cfcd58766cd91a5 to your computer and use it in GitHub Desktop.
<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