diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..4e77c383e 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,6 +6,7 @@ My form exercise +
@@ -13,15 +14,43 @@

Product Pick

- - +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..36b7f1dca --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,13 @@ +input, +select, +button{ + min-height: 40px; + padding: 10px; + font-size: 16px; +} +button{ + padding: 12px,24px; +} +form > div{ + margin-bottom: 16px; +} \ No newline at end of file