diff --git a/Form-Controls/formexercise.css b/Form-Controls/formexercise.css new file mode 100644 index 000000000..87d2b1bb6 --- /dev/null +++ b/Form-Controls/formexercise.css @@ -0,0 +1,15 @@ +body { + line-height: 2; + font-size: 18px; + font-family: Arial, Helvetica, sans-serif; + border: 1px solid black; + text-align: center; +} +button { + width: 100px; + height: 40px; + background-color: white; + text-align: center; + color: black; + font-size: 20px; +} diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..aca281e28 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,4 +1,4 @@ - + @@ -6,6 +6,7 @@ My form exercise +
@@ -13,15 +14,46 @@

Product Pick

- - + + + + +
+
+ + +
+
+ + +
+
+ +