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.
 
 
 
 

30 lines
435 B

.screen{
position: absolute;
width: calc(100% - 10em);
height: 100%;
top:0;
left:0;
margin:0 5em;
padding:0;
}
.screen h1{
font-family: 'brazil';
font-weight: normal;
font-size: 350%;
}
#tools .instruction{
width: calc(20% - 4em);
display: inline-block;
margin:2em;
vertical-align: top;
}
input.button{
display: inline-block;
font-size: 100%;
padding:1em;
margin:2em 0;
}
input.code{
width: 50px;
margin: 0 0.5em;
}