This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |