|
12 | 12 | max-width: 25rem;
|
13 | 13 | margin: 1rem;
|
14 | 14 | }
|
15 |
| - div { |
| 15 | + label { |
| 16 | + display: block; |
16 | 17 | margin: .5rem 0 0 1rem;
|
17 | 18 | }
|
18 | 19 | input[type=checkbox] {
|
|
26 | 27 | <legend>
|
27 | 28 | What’s your phobia? (Please check all that apply):
|
28 | 29 | </legend>
|
29 |
| - <div> |
30 |
| - <label> |
31 |
| - <input type="checkbox" name="phobia" value="Ants">Myrmecophobia (Fear of ants) |
32 |
| - </label> |
33 |
| - </div> |
34 |
| - <div> |
35 |
| - <label> |
36 |
| - <input type="checkbox" name="phobia" value="Bald">Peladophobia (Fear of becoming bald) |
37 |
| - </label> |
38 |
| - </div> |
39 |
| - <div> |
40 |
| - <label> |
41 |
| - <input type="checkbox" name="phobia" value="Beards" checked>Pogonophobia (Fear of beards) |
42 |
| - </label> |
43 |
| - </div> |
44 |
| - <div> |
45 |
| - <label> |
46 |
| - <input type="checkbox" name="phobia" value="Bed">Clinophobia (Fear of going to bed) |
47 |
| - </label> |
48 |
| - </div> |
49 |
| - <div> |
50 |
| - <label> |
51 |
| - <input type="checkbox" name="phobia" value="Chins" checked>Geniophobia (Fear of chins) |
52 |
| - </label> |
53 |
| - </div> |
54 |
| - <div> |
55 |
| - <label> |
56 |
| - <input type="checkbox" name="phobia" value="Flowers">Anthophobia (Fear of flowers) |
57 |
| - </label> |
58 |
| - </div> |
59 |
| - <div> |
60 |
| - <label> |
61 |
| - <input type="checkbox" name="phobia" value="Flying">Aviatophobia (Fear of flying) |
62 |
| - </label> |
63 |
| - </div> |
64 |
| - <div> |
65 |
| - <label> |
66 |
| - <input type="checkbox" name="phobia" value="Purple">Porphyrophobia (Fear of purple) |
67 |
| - </label> |
68 |
| - </div> |
69 |
| - <div> |
70 |
| - <label> |
71 |
| - <input type="checkbox" name="phobia" value="Teeth" checked>Odontophobia (Fear of teeth) |
72 |
| - </label> |
73 |
| - </div> |
74 |
| - <div> |
75 |
| - <label> |
76 |
| - <input type="checkbox" name="phobia" value="Thinking">Phronemophobia (Fear of thinking) |
77 |
| - </label> |
78 |
| - </div> |
79 |
| - <div> |
80 |
| - <label> |
81 |
| - <input type="checkbox" name="phobia" value="Vegetables">Lachanophobia (Fear of vegetables) |
82 |
| - </label> |
83 |
| - </div> |
84 |
| - <div> |
85 |
| - <label> |
86 |
| - <input type="checkbox" name="phobia" value="Fear" checked>Phobophobia (Fear of fear) |
87 |
| - </label> |
88 |
| - </div> |
89 |
| - <div> |
90 |
| - <label> |
91 |
| - <input type="checkbox" name="phobia" value="Everything">Pantophobia (Fear of everything) |
92 |
| - </label> |
93 |
| - </div> |
| 30 | + <label> |
| 31 | + <input type="checkbox" name="phobia" value="Ants">Myrmecophobia (Fear of ants) |
| 32 | + </label> |
| 33 | + <label> |
| 34 | + <input type="checkbox" name="phobia" value="Bald">Peladophobia (Fear of becoming bald) |
| 35 | + </label> |
| 36 | + <label> |
| 37 | + <input type="checkbox" name="phobia" value="Beards" checked>Pogonophobia (Fear of beards) |
| 38 | + </label> |
| 39 | + <label> |
| 40 | + <input type="checkbox" name="phobia" value="Bed">Clinophobia (Fear of going to bed) |
| 41 | + </label> |
| 42 | + <label> |
| 43 | + <input type="checkbox" name="phobia" value="Chins" checked>Geniophobia (Fear of chins) |
| 44 | + </label> |
| 45 | + <label> |
| 46 | + <input type="checkbox" name="phobia" value="Flowers">Anthophobia (Fear of flowers) |
| 47 | + </label> |
| 48 | + <label> |
| 49 | + <input type="checkbox" name="phobia" value="Flying">Aviatophobia (Fear of flying) |
| 50 | + </label> |
| 51 | + <label> |
| 52 | + <input type="checkbox" name="phobia" value="Purple">Porphyrophobia (Fear of purple) |
| 53 | + </label> |
| 54 | + <label> |
| 55 | + <input type="checkbox" name="phobia" value="Teeth" checked>Odontophobia (Fear of teeth) |
| 56 | + </label> |
| 57 | + <label> |
| 58 | + <input type="checkbox" name="phobia" value="Thinking">Phronemophobia (Fear of thinking) |
| 59 | + </label> |
| 60 | + <label> |
| 61 | + <input type="checkbox" name="phobia" value="Vegetables">Lachanophobia (Fear of vegetables) |
| 62 | + </label> |
| 63 | + <label> |
| 64 | + <input type="checkbox" name="phobia" value="Fear" checked>Phobophobia (Fear of fear) |
| 65 | + </label> |
| 66 | + <label> |
| 67 | + <input type="checkbox" name="phobia" value="Everything">Pantophobia (Fear of everything) |
| 68 | + </label> |
94 | 69 | </fieldset>
|
95 | 70 | </form>
|
96 | 71 | </body>
|
|
0 commit comments