mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-30 02:59:50 -08:00
grid and forms
This commit is contained in:
17
index.md
17
index.md
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user