diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f04560e --- /dev/null +++ b/docs/index.html @@ -0,0 +1,11 @@ + + + + + + Karlkoder Docs + + +

Docs

+ + \ No newline at end of file diff --git a/index.html b/index.html index 1098305..63a278b 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Document + Karlkoder Playground + diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..d210df1 --- /dev/null +++ b/license.txt @@ -0,0 +1,3 @@ +Copyright (c) 2025 S. F. Jakobsen + +do whatever idc diff --git a/style.css b/style.css index d0879e8..1c4062b 100644 --- a/style.css +++ b/style.css @@ -56,10 +56,15 @@ div#buttons { justify-content: space-between; gap: 5px; } + div#buttons > * { width: 100%; } +div#buttons > * > button { + width: 100%; +} + .column { display: flex; flex-direction: column; @@ -138,3 +143,8 @@ button:hover { box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } +footer { + position: absolute; + bottom: 1px; + left: 1px; +}