1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 13:08:27 -04:00
2014-06-28 12:28:44 -04:00

35 lines
595 B
CSS

html, body {
margin: 0px;
font-size: 4.5em;
font-family: 'Open Sans', sans-serif;
height: 100%;
background-color: #414ef8;
color: #fff;
/* disable text highlight */
-moz-user-select: none;
-webkit-user-select: none;
cursor: default;
}
@media (min-width: 300px) {
html { font-size: 70%; }
}
@media (min-width: 500px) {
html { font-size: 80%; }
}
@media (min-width: 700px) {
html { font-size: 120%; }
}
@media (min-width: 1200px) {
html { font-size: 200%; }
}
table, tr, td {
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}