You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
293 B

div {
font-family: Input, Monospace, fixed;
font-size: 140%;
height: 200px;
width: 800px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -400px;
}
@media only screen
and (max-width : 500px) {
div {
font-size: 80%;
/* Styles */
}