Something went wrong. Try again.
A prose-themed programming language optimized for minimizing symbols.
Something went wrong. Try again.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950/** * Copyright (c) 2022 Rithvik Arun, Joseph Hale, Jacob Hreshchyshyn, Jacob Janes, Sai Nishanth Vaka* * This software is released under the MIT License. * https://opensource.org/licenses/MIT */
/** * Purpose: Styling for the browser based IDE for Codeable * Date: 29 Apr 2022 * Version: 0.1.0 */
html { font-family: 'Courier New', Courier, monospace;}
body { height: 90vh; width: 80vw; padding: 5vh 10vw; margin: 0;}
label { font-weight: bold; font-size: xx-large;}
textarea { text-align: left; width: 100%; height: 90%; resize: none;}
#editor { height: 80%;}
#output { height: 15%;}
#run { float: right; min-width: 100px; min-height: 30px; border-radius: 15px; background-color: greenyellow;}