/* Basic stylesheet */ * { box-sizing: border-box; } html { font-family: Verdana, sans-serif; font-size: 12pt; } footer { border-top: 1px solid lightgrey; font-size: 10pt; } body { width: 100%; } /* Slightly highlight the code */ code { background-color: lightgrey; } /* choose all the children from form */ form > * { margin: 0.5em 0; } /* canvas */ canvas#drawingArea { margin: 0.5em 1.5em; width: 80%; height: 60%; /*border: 1px solid black;*/ }