make radio buttons round

This commit is contained in:
Oskar Wickström
2025-01-25 13:20:07 +01:00
parent 30326d1be4
commit d3dc1bf018
2 changed files with 9 additions and 0 deletions

View File

@@ -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