forked from crunk/distribusi-verse
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.
35 lines
494 B
35 lines
494 B
3 years ago
|
.editareas {
|
||
|
width: 100%;
|
||
|
margin: auto;
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
.editarea {
|
||
|
border: 1px solid #E0B0FF;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
.editor {
|
||
|
min-width: 40%;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
box-sizing: border-box;
|
||
|
min-height: 250px;
|
||
|
overflow: scroll;
|
||
|
background: #E0B0FF;
|
||
|
outline: none;
|
||
|
font-family: Courier, sans-serif;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
iframe {
|
||
|
bottom: 0;
|
||
|
position: relative;
|
||
|
margin-top: 1em;
|
||
|
width: 100%;
|
||
|
height: 30em;
|
||
|
}
|