diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..6391c99f3 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,11 +1,12 @@ - - + + My form exercise - - + + +
@@ -13,15 +14,83 @@

Product Pick

- - + + +
+ Customer info +
+ + +
+
+ + +
+
+
+ T-shirt info +

Choose a colour:

+
+ + + + + + +
+ + +
+ +
+ +
+
diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css new file mode 100644 index 000000000..8fde49a36 --- /dev/null +++ b/Form-Controls/styles.css @@ -0,0 +1,16 @@ +body { + background-color: rgb(249, 205, 205); + color: purple; +} + +input { + margin: 10px; +} + +fieldset { + margin: 7px; +} + +section { + margin: 7px; +} \ No newline at end of file