diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..568666863 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,22 +6,72 @@ My form exercise +
-

Product Pick

+

T-Shirt Choice

- - +

Please complete all required (*) fields

+
+

+ + +

+

+ + +

+
+ + +
+

Colour

+ + +
+ + CHOICE +
    +
  • + +
  • + +
  • + +
  • +
  • + +
  • +
+
+
+
+

Size

+ + +
+
diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css new file mode 100644 index 000000000..3c101612f --- /dev/null +++ b/Form-Controls/styles.css @@ -0,0 +1,10 @@ +label { + display: inline-block; + padding: 6px 8px; +} + +button, +select, +input { + min-height: 30px; +} \ No newline at end of file