Newer
Older
editor / root / editor.css
body{
    height: 100%;
    /* background: linear-gradient(#44a9ff, #cee6fa); */
    background-color: #44a9ff;
    }

h1{border-bottom: double 5px #72ff83;}

textarea {height:300px; width:500px; margin-bottom: 20px;}
textarea.tea {height:100px; width:400px; margin-bottom: 20px;}

div#result{
    background-color: black;
    color: white;
    height: 300px;
    width: 500px;
    overflow: scroll;
}

#kome{
    color: #423b3b;
}

a {
    background-color: pink;
    color: black;}

#black {
       background-color: black;
       color: white;
       height: 300px;
       width: 500px;
       overflow: scroll;
       }


span {
border-bottom: 2px double red;
}

#code {
background-color: white;
border: 3px solid black;
width: 300px;
}