grid and forms

This commit is contained in:
Oskar Wickström
2024-08-25 16:20:55 +02:00
parent b3fc119ff4
commit ed8837080d
4 changed files with 112 additions and 3 deletions

View File

@@ -94,6 +94,23 @@ They're responsive.
Note that only one column is allowed to grow.
## Forms
Here are some buttons:
<nav>
<button>Reset</button>
<button>Save</button>
</nav>
And inputs:
<form class="grid">
<label>First name <input type="text" placeholder="Placeholder..." /></label>
<label>Last name <input type="text" placeholder="Text goes here..." /></label>
<label>Age <input type="text" value="30" /></label>
</form>
## ASCII Drawings
We can draw in `<pre>` tags using [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_characters):