diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..1143e783e 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,22 +6,129 @@ My form exercise - - -
-

Product Pick

+ + +
+ +

T-Shirt Selections

+
+
-
- - -
+
+ + + + Customer Details + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ + + T-shirt Colour + + + + + + + + +
+ + + +
+ +
+ + + T-shirt Sizes + + + + + + + + + + + + + + + +
+ +
diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..c6c59b8e2 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -30,4 +30,4 @@

Title

- + \ No newline at end of file diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..1585c4ab4 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -86,4 +86,4 @@ article { > img { grid-column: span 3; } -} +} \ No newline at end of file