diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..24f961349 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,94 @@ - + - - - My form exercise - - + + + + T-Shirt Order + -
-

Product Pick

-
-
-
- - -
-
- +
+

T-Shirt Order

+ +
+ + +
+ +
+ + +
+ +
+ T-Shirt Colour + +
+ +
+ +
+ +
+ +
+ +
+
+ +
+ T-Shirt Size + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + +
diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..8a424b81c --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,3 @@ +div, fieldset { + margin-bottom: 1rem; +}