Newer
Older
2019-madoka / root / editor.css
@mamadoka mamadoka on 7 Nov 2019 414 bytes db機能追加
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;}

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

#kome{
    color: #423b3b;
}

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