Skip to content

Commit

Permalink
Merge pull request #11805 from Manish-Giri/fix/add-note-in-style-radi…
Browse files Browse the repository at this point in the history
…o-buttons-challenge

Add note about radio buttons in responsively style radio buttons
  • Loading branch information
systimotic committed Nov 26, 2016
2 parents 53e974f + 6d8167c commit 33c40cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,8 @@
],
"description": [
"You can use Bootstrap's <code>col-xs-*</code> classes on <code>form</code> elements, too! This way, our radio buttons will be evenly spread out across the page, regardless of how wide the screen resolution is.",
"Nest all of your radio buttons within a <code>&#60;div class=\"row\"&#62;</code> element. Then nest each of them within a <code>&#60;div class=\"col-xs-6\"&#62;</code> element."
"Nest all of your radio buttons within a <code>&#60;div class=\"row\"&#62;</code> element. Then nest each of them within a <code>&#60;div class=\"col-xs-6\"&#62;</code> element.",
"<strong>Note:</strong> As a reminder, radio buttons are <code>input</code> elements of type <code>radio</code>."
],
"challengeSeed": [
"<link href=\"https://fonts.googleapis.com/css?family=Lobster\" rel=\"stylesheet\" type=\"text/css\">",
Expand Down

0 comments on commit 33c40cc

Please sign in to comment.