]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Reorganizing of examples! 9984/head
authorharry <harmanmanchanda182@gmail.com>
Mon, 24 Apr 2017 16:29:36 +0000 (21:59 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 24 Apr 2017 16:29:36 +0000 (21:59 +0530)
docs/pages/abide.md

index 3326e19e6dfc7b1b88f56f004c068a2a8d7fbf19..e08a91b125f5ee6b3b74d8670cba27afb615762e 100644 (file)
@@ -70,10 +70,10 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
       </label>
     </div>
     <fieldset class="large-6 columns">
-      <legend>Choose Your Favorite, and this is required, so you have to pick one.</legend>
-      <input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Red</label>
-      <input type="radio" name="pokemon" value="Blue" id="pokemonBlue" required><label for="pokemonBlue">Blue</label>
-      <input type="radio" name="pokemon" value="Yellow" id="pokemonYellow"><label for="pokemonYellow">Yellow</label>
+      <legend>Check these out</legend>
+      <input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
+      <input id="checkbox2" type="checkbox" required><label for="checkbox2">Checkbox 2</label>
+      <input id="checkbox3" type="checkbox"><label for="checkbox3">Checkbox 3</label>
     </fieldset>
   </div>
   <div class="row">
@@ -84,10 +84,10 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
       <input type="radio" name="pockets" value="Yellow" id="pocketsYellow"><label for="pocketsYellow">Yellow</label>
     </fieldset>
     <fieldset class="large-6 columns">
-      <legend>Check these out</legend>
-      <input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
-      <input id="checkbox2" type="checkbox" required><label for="checkbox2">Checkbox 2</label>
-      <input id="checkbox3" type="checkbox"><label for="checkbox3">Checkbox 3</label>
+      <legend>Choose Your Favorite, and this is required, so you have to pick one.</legend>
+      <input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Red</label>
+      <input type="radio" name="pokemon" value="Blue" id="pokemonBlue" required><label for="pokemonBlue">Blue</label>
+      <input type="radio" name="pokemon" value="Yellow" id="pokemonYellow"><label for="pokemonYellow">Yellow</label>
     </fieldset>
   </div>
   <div class="row">