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:
10
index.html
10
index.html
@@ -52,15 +52,18 @@
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
Apply to
|
||||
<label for="entirePageRadio">entire page:</label>
|
||||
Apply to...
|
||||
<div>
|
||||
<label for="entirePageRadio">Entire page:</label>
|
||||
<input
|
||||
type="radio"
|
||||
name="applyTo"
|
||||
id="entirePageRadio"
|
||||
value="entirePage"
|
||||
/>
|
||||
<label for="exampleTextOnlyRadio">example text only:</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="exampleTextOnlyRadio">Example text only:</label>
|
||||
<input
|
||||
type="radio"
|
||||
name="applyTo"
|
||||
@@ -69,6 +72,7 @@
|
||||
checked
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<label for="newExampleTextInput">Example Text:</label>
|
||||
|
||||
Reference in New Issue
Block a user