Newer
Older
skip-web / shuzai / ice / onari.css
@ITO Shiho ITO Shiho on 30 Jan 2018 260 bytes add kuchikomi program
div.section{
width:70%;
background-color: #c6c6ff;
border: 1px red solid;
font-size: 80%;
}

div.section div.textArea{
height: 200px;
overflow: auto;
}

div.section div.textArea p{
margin: 1em 10px;
}

div.com{
border: 3px solid navy;
border-radius: 3em 3em;
}