1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

Update forms.md

This commit is contained in:
Cole Bemis 2020-11-09 14:54:26 -08:00 committed by GitHub
parent 21bd13959e
commit 3b3f39d6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,8 @@ Form controls in Primer CSS currently have no basic layout specified (this is by
<label> <input type="checkbox" /> Remember me </label>
<label> <input type="radio" id="option-1" name="radio-group-example" checked /> Option 1 </label>
<label> <input type="radio" id="option-2" name="radio-group-example" /> Option 2 </label>
<label> <input type="radio" id="potato" name="radio-group-example" checked /> Potato </label>
<label> <input type="radio" id="tomato" name="radio-group-example" /> Tomato </label>
<button class="btn" type="submit">Submit</button>
</form>