From 7bcf6680f75dbc01140f7dc1394089ee90d901b0 Mon Sep 17 00:00:00 2001 From: Dipa Sarker Date: Thu, 14 May 2026 01:58:54 +0100 Subject: [PATCH 1/2] Complete T-shirt Order Form --- Form-Controls/index.html | 56 +++++++++++++++++++++++++++++++++------- Form-Controls/style.css | 52 +++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 9 deletions(-) create mode 100644 Form-Controls/style.css diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..8311993af 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -3,25 +3,63 @@ - My form exercise + T-shirt Oder Form +
-

Product Pick

+

T-shirt Order Form

-
+
- - +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
- -

By HOMEWORK SOLUTION

+

By Dipa Sarker

diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..d76b552f2 --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,52 @@ + body { + font-family: Arial, sans-serif; + background-color: #f4f4f4; + padding: 40px; + } + + .form-container { + max-width: 500px; + margin: auto; + background: #ffffff; + padding: 24px; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0,0,0,0.1); + } + + h1 { + text-align: center; + margin-bottom: 24px; + } + + fieldset { + border: none; + margin-bottom: 20px; + padding: 0; + } + + label { + display: block; + margin-bottom: 8px; + font-weight: bold; + } + + input, + select, + button { + width: 100%; + padding: 10px; + margin-bottom: 16px; + border: 1px solid #ccc; + border-radius: 4px; + font-size: 16px; + } + + button { + background-color: #000; + color: #fff; + cursor: pointer; + } + + button:hover { + background-color: #333; + } \ No newline at end of file From b9175e707ef002102d4039df27f098b7825aafea Mon Sep 17 00:00:00 2001 From: Dipa Sarker Date: Fri, 15 May 2026 17:17:50 +0100 Subject: [PATCH 2/2] fix the indentation formating for the child elements --- Form-Controls/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 8311993af..4a9923381 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -16,8 +16,8 @@

T-shirt Order Form

- - Customer Name + T-shirt Order Form required/>
- - Customer E-mail +
- - - +
- - @@ -52,7 +52,7 @@

T-shirt Order Form

- +