Skip to content

Instantly share code, notes, and snippets.

@arthurabia
arthurabia / index.html
Created April 6, 2020 19:20
The book thing
<div id="grid-container">
<form class="form hidden" id="add" name="formn">
<label for="title">Title:</label><br>
<input type="text" name="title" class="input" placeholder="Livre pour Louise"><br>
<label for="author">Author:</label><br>
<input type="text" name="author" class="input" placeholder="Karine Giebel"><br>
<label for="pages">Number of pages:</label><br>
<input type="number" name="pages" class="input" placeholder="299"><br>
<input type="radio" name="read" class="radio" value="true">
<label for=true>I've read it</label><br>