Skip to content

Instantly share code, notes, and snippets.

@sudipt1999
Created February 10, 2020 15:19
Show Gist options
  • Save sudipt1999/558d6da6efec583b4ac0c1c9e586c0d7 to your computer and use it in GitHub Desktop.
Save sudipt1999/558d6da6efec583b4ac0c1c9e586c0d7 to your computer and use it in GitHub Desktop.
#code{
min-height: 40vh;
min-width: 50vw;
overflow-y: hidden;
resize: none;
}
#result{
min-width: 50vw;
min-height: 10vh;
resize: none;
}
#input{
min-height: 10vh;
min-width: 50vw;
resize: none;
overflow-y: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment