From f170a2c7ad8f93f271499a42c59545aa23bb84a4 Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Fri, 25 Nov 2016 02:34:07 -0500 Subject: [PATCH] Add note about radio buttons in responsively style radio buttons --- .../01-front-end-development-certification/bootstrap.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/bootstrap.json b/challenges/01-front-end-development-certification/bootstrap.json index 33fbd2f9deb..a2a2cf9d17b 100644 --- a/challenges/01-front-end-development-certification/bootstrap.json +++ b/challenges/01-front-end-development-certification/bootstrap.json @@ -1440,7 +1440,8 @@ ], "description": [ "You can use Bootstrap's col-xs-* classes on form 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 <div class=\"row\"> element. Then nest each of them within a <div class=\"col-xs-6\"> element." + "Nest all of your radio buttons within a <div class=\"row\"> element. Then nest each of them within a <div class=\"col-xs-6\"> element.", + "Note: As a reminder, radio buttons are input elements of type radio." ], "challengeSeed": [ "",