github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/vue-1.0.24/examples/markdown/style.css (about) 1 html, body, #editor { 2 margin: 0; 3 height: 100%; 4 font-family: 'Helvetica Neue', Arial, sans-serif; 5 color: #333; 6 } 7 8 textarea, #editor div { 9 display: inline-block; 10 width: 49%; 11 height: 100%; 12 vertical-align: top; 13 -webkit-box-sizing: border-box; 14 -moz-box-sizing: border-box; 15 box-sizing: border-box; 16 padding: 0 20px; 17 } 18 19 textarea { 20 border: none; 21 border-right: 1px solid #ccc; 22 resize: none; 23 outline: none; 24 background-color: #f6f6f6; 25 font-size: 14px; 26 font-family: 'Monaco', courier, monospace; 27 padding: 20px; 28 } 29 30 code { 31 color: #f66; 32 }