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

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..3452912d5 --- /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; +} + +div { + margin: 7px; +}