mirror of
https://github.com/dtinth/comic-mono-font.git
synced 2026-02-21 22:43:59 +00:00
Update radio button layout
This commit is contained in:
36
index.html
36
index.html
@@ -52,22 +52,26 @@
|
|||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div>
|
<div>
|
||||||
Apply to
|
Apply to...
|
||||||
<label for="entirePageRadio">entire page:</label>
|
<div>
|
||||||
<input
|
<label for="entirePageRadio">Entire page:</label>
|
||||||
type="radio"
|
<input
|
||||||
name="applyTo"
|
type="radio"
|
||||||
id="entirePageRadio"
|
name="applyTo"
|
||||||
value="entirePage"
|
id="entirePageRadio"
|
||||||
/>
|
value="entirePage"
|
||||||
<label for="exampleTextOnlyRadio">example text only:</label>
|
/>
|
||||||
<input
|
</div>
|
||||||
type="radio"
|
<div>
|
||||||
name="applyTo"
|
<label for="exampleTextOnlyRadio">Example text only:</label>
|
||||||
id="exampleTextOnlyRadio"
|
<input
|
||||||
value="exampleTextOnly"
|
type="radio"
|
||||||
checked
|
name="applyTo"
|
||||||
/>
|
id="exampleTextOnlyRadio"
|
||||||
|
value="exampleTextOnly"
|
||||||
|
checked
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user