mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-30 02:59:50 -08:00
make radio buttons round
This commit is contained in:
@@ -203,6 +203,11 @@ Save
|
||||
name <input type="text" placeholder="Text goes here..." /></label>
|
||||
<label>Age <input type="text" value="30" /></label>
|
||||
</form>
|
||||
<form class="grid">
|
||||
<label><input name="radio" type="radio" /> One</label>
|
||||
<label><input name="radio" type="radio" /> Two</label>
|
||||
<label><input name="radio" type="radio" /> Three</label>
|
||||
</form>
|
||||
<h2 id="grids">Grids</h2>
|
||||
<p>Add the <code>grid</code> class to a container to divide up the
|
||||
horizontal space evenly for the cells. Note that it maintains the
|
||||
|
||||
Reference in New Issue
Block a user