diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..94699d75b 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,22 +6,101 @@ My form exercise + + +

Product Pick

+
-
- - + +
+ + +
+ +
+ + +
+ + + + T-shirt Color + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ + +
+ - + \ No newline at end of file diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..9b9b0bbfb --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,11 @@ + + button, + select { + min-height: 44px; + padding: 8px 12px; + } + + button { + margin-right: 8px; + } + \ No newline at end of file