From 682b0f03cff8749593aabdd18c7eecdea456208a Mon Sep 17 00:00:00 2001 From: saqibjvd <70890519+saqibjvd@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:25:16 +0100 Subject: [PATCH 1/3] Update index.html --- Form-Controls/index.html | 60 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..e01a0848 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -3,7 +3,7 @@ - My form exercise + My form exercise by Saqib Javed @@ -13,15 +13,65 @@

Product Pick

+

Please fill in the order form to complete your order

+ +
- - -
+
+ +
+
+ +
+
+ +
+ + +
+
+ Colors: + + + + + + + + + +
+
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
From 07d3f61958ccf4e81c7b54536df02b6160abcae6 Mon Sep 17 00:00:00 2001 From: saqibjvd <70890519+saqibjvd@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:28:53 +0100 Subject: [PATCH 2/3] Update styles.css --- Form-Controls/styles.css | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css index e69de29b..79f81c77 100644 --- a/Form-Controls/styles.css +++ b/Form-Controls/styles.css @@ -0,0 +1,48 @@ +* { + padding: 5px; + margin: 10px; + background-color: rgb(228, 232, 237); +} + +header { + text-align: center; + font-size: 1.5rem; +} + +.p { + text-align: center; +} + +.form { + display: flex; + justify-content: center; +} + +.color { + display: flex; + justify-content: center; +} + +.size { + display: flex; + justify-content: center; +} + +.delivery { + display: flex; + justify-content: center; +} + +.btn { + display: block; + margin: auto; + display: flex; + justify-content: center; + color: whitesmoke; + background-color: orange; +} + +footer h2 { + font-size: 0.75rem; + text-align: center; +} From ce45ceef21513ea036d23ce8c89f280621ea102f Mon Sep 17 00:00:00 2001 From: saqibjvd <70890519+saqibjvd@users.noreply.github.com> Date: Mon, 24 Apr 2023 21:24:11 +0100 Subject: [PATCH 3/3] Update index.html --- Two-Truths-One-Lie/index.html | 45 +++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/Two-Truths-One-Lie/index.html b/Two-Truths-One-Lie/index.html index 37cdbfa1..432733f2 100644 --- a/Two-Truths-One-Lie/index.html +++ b/Two-Truths-One-Lie/index.html @@ -1,24 +1,27 @@ - - - - Our Grid Project - - - - - - - -
+ + + + Our Grid Project + + + + + + + +

Two Truths, One Lie

-
-
- -
- - - \ No newline at end of file +
+
+ +
+ + +