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.

37 lines
472 B

.hidden{
visibility: hidden;
}
html{
height: 100%;
}
body{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-items: stretch;
/* height: 100%; */
height: 100%;
margin: 0;
padding: 0;
}
div.enigme{
width: 33%;
height: 100%;
margin: 0;
padding: 0;
}
div.editor_class{
width: 33%;
min-height: 100%;
margin-bottom: 0;
}
div.compiler_class{
width: 33%;
}