diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..f0294de1a 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,72 @@ - - - - My form exercise - - - - -
-

Product Pick

-
-
-
- - -
-
- - + + + + My form exercise + + + + + +
+

Product Pick

+
+
+
+
+ Name and Email address + + +

+ + +
+
+ + +
+ Please select a colour for your T-Shirt + + + +

+
+ Please select a size for your T-Shirt + + + + + + +

+
+ +
+
+
+ + + diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..bb1dfea42 --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,3 @@ +legend { + font-weight: bold; +} \ No newline at end of file