From 4f7bac0f005b3ec5370cd72cc84529eaa0c9cc7e Mon Sep 17 00:00:00 2001 From: howard-ss <102481688+howard-ss@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:31:33 +0000 Subject: [PATCH 1/2] fork repository fork repository --- Form-Controls/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..e385d203 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -16,12 +16,15 @@

Product Pick

+ + +
From 335b3335c7dc12882743c06fddbce5711f24166b Mon Sep 17 00:00:00 2001 From: howard-ss <102481688+howard-ss@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:05:05 +0000 Subject: [PATCH 2/2] pull request done and pull request --- Form-Controls/index.html | 56 ++++++++++++++++++++++++++++++-- Form-Controls/styles.css | 70 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+), 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index e385d203..2a21e961 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -16,9 +16,61 @@

Product Pick

+ - - +
+ * Enter Your Useranme + +
+
+ + +
+ * Enter Your Email Address: + + +
+
+ +
+ * select a colour + + + + + + +
+ + +
+ * select a size + + + + + + + + + + + + +
+ + +
+ * Select a delivery date + + + +
+ +
+ + +
diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css index e69de29b..6cc385ab 100644 --- a/Form-Controls/styles.css +++ b/Form-Controls/styles.css @@ -0,0 +1,70 @@ +button, +input, +text, +radio, +label { + font-family: inherit; + font-size: 100%; + +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +header { + background-color: blanchedalmond; + height: 80px; + padding-top: 20px; +} + +h1 { + text-align: center; + color: blue; + +} + +form { + margin: 80px 50px 50px 110px; + padding-bottom: 30px; + border-bottom: 1px solid gray; + + +} + +fieldset { + border: none; + margin-bottom: 30px; + +} + +legend { + font-weight: 200; + font-size: 1.2em; + margin-bottom: 10px; +} + +.colour { + margin-left: 15px; +} + +.size { + margin-left: 15px; +} + +footer { + text-align: center; + background-color: blanchedalmond; + height: 80px; + padding-top: 30px; +} + +button { + margin-left: 350px; + padding: 10px 20px; + background-color: brown; + border: none; + border-radius: 5%; +} \ No newline at end of file