From 5de0cd960a66079091052ab24b6bba99fa3e0e23 Mon Sep 17 00:00:00 2001 From: CJ Yuan Date: Mon, 31 Aug 2026 06:17:13 +0100 Subject: [PATCH 1/2] Update index.html --- Form-Controls/index.html | 109 +++++++++++++++++++++++++++++++-------- 1 file changed, 88 insertions(+), 21 deletions(-) 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 + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + +
From ef4dd91354b58461cac22cbe32b612a9c381e5d5 Mon Sep 17 00:00:00 2001 From: CJ Yuan Date: Mon, 31 Aug 2026 06:17:45 +0100 Subject: [PATCH 2/2] Add style.css --- Form-Controls/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Form-Controls/style.css 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; +}