Added golines playground
All checks were successful
/ publish (push) Successful in 2m43s

This commit is contained in:
Leon Mika 2026-09-06 09:23:55 +10:00
parent 09fceca2f9
commit 40e5379eb3
11 changed files with 250 additions and 2 deletions

13
site/golines/style.css Normal file
View file

@ -0,0 +1,13 @@
textarea {
height: 28rem;
font-family: monospace;
font-size: 0.8rem;
white-space: pre;
overflow-wrap: normal;
tab-size: 4;
}
#message {
white-space: pre-wrap;
overflow-wrap: anywhere;
}