html, body { height: 100%; /* margin: 0; */ } body { font-family: Helvetica, Consolas,"Liberation Mono",Courier,monospace; caret-color: rgb(55, 53, 47); font-size: 16px; } .space-between { display: flex; flex-direction: row; justify-content: space-between; gap: 20px;; } nav { /* margin: 10px; */ } h1 { border-bottom: 1px solid #ddd; } a { color: #5656d7; text-underline-offset: 0.2rem; &:hover { color: red; } } pre { border: 1px solid #eee; background-color: #f6f8fa; padding: 10px; border-radius: 20 20; /* width: 90%; */ } code { font-family: monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; } main { display: flex; height: 100%; } .m-10 { margin: 10px; } textarea { resize: none; min-height: 90%; width: 100%; } #answer-input { height: 10vw; } #edit-area { resize: none; height: 97%; max-height: 97%; width: 45%; padding: 4px; } /* button { */ /* } */ #output-area { border: 1px solid #eee; /* overflow-y: scroll; */ height: auto; max-height: 92%; width: 55%; padding: 10px; } #result-status-bar { position: relative; opacity: .6; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; padding: 20px; margin-top: 15px; border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-right: 1px solid #bbb; border-top-left-radius: 4px; border-top-right-radius: 4px; caret-color: 'black'; } #result-status { padding: 7px; border-radius: 2px; }