From 7b41ae7cbeaa2d9b01724df81c29eb2b911579b8 Mon Sep 17 00:00:00 2001 From: Raees Stevens Date: Sun, 13 Sep 2026 09:51:33 +0200 Subject: [PATCH 01/45] Added form code --- Form-Controls/README.md | 2 +- Form-Controls/index.html | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/Form-Controls/README.md b/Form-Controls/README.md index c356f8844..826e5167f 100644 --- a/Form-Controls/README.md +++ b/Form-Controls/README.md @@ -40,7 +40,7 @@ Do not write a form action for this project. Let's write out our testable criteria. Check each one off as you complete it. - [ ] I have only used HTML and CSS. -- [ ] I have not used any JavaScript. +- [ ] I have not used any JavaScrip ### HTML diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..f0f2122bb 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -17,11 +17,44 @@

Product Pick

+ + + + + + +
+ T-shirt color: + + + + + + + + + + +
+ From e8ae82b5f0a7bd750319e2d9889a9b87feb1f4ff Mon Sep 17 00:00:00 2001 From: Raees Stevens Date: Sun, 13 Sep 2026 10:11:36 +0200 Subject: [PATCH 02/45] created style.css file and linked to html --- Form-Controls/style.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) 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..e69de29bb From 8ae5858c047d9fa597578642add8f07d4a71eaf2 Mon Sep 17 00:00:00 2001 From: Raees Stevens Date: Sun, 13 Sep 2026 10:29:17 +0200 Subject: [PATCH 03/45] added a : after Customer email --- Form-Controls/index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index f0f2122bb..a070e1a9c 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,6 +6,8 @@ My form exercise + +
@@ -18,7 +20,7 @@

Product Pick

try writing out the requirements first as comments this will also help you fill in your PR message later--> - + @@ -27,15 +29,15 @@

Product Pick

T-shirt color: - + - + - + -
+
-
@@ -60,8 +60,9 @@

Product Pick

- + +