From ac499f3f74cff1741879071a28c5f744bdb6651a Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <114423878+ananyaa30@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:14:18 +0530 Subject: [PATCH 1/3] forms --- forms | 1 + 1 file changed, 1 insertion(+) create mode 100644 forms diff --git a/forms b/forms new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/forms @@ -0,0 +1 @@ + From 4f056ee4bfa37695636f18db071e813e7db56365 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <114423878+ananyaa30@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:56:56 +0530 Subject: [PATCH 2/3] Add files via upload --- form.css | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ form.html | 41 +++++++++++++++++++++++++ 2 files changed, 133 insertions(+) create mode 100644 form.css create mode 100644 form.html diff --git a/form.css b/form.css new file mode 100644 index 0000000..2db7341 --- /dev/null +++ b/form.css @@ -0,0 +1,92 @@ +body { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + margin-top: 150px; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + text-transform: capitalize; + margin-bottom: 30px; +} + +form { + background-color: #fff; + border: 1px solid #ccc; + border-radius: 5px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + padding: 70px; + width: 400px; +} + +h1 { + text-align: center; + color: #007BFF; + font-size: 40px; +} + +h2 { + font-size: 22px; + color: #333; + margin-top: 20px; + display: block; + align-items: center; + align-content: center; + justify-content: center; +} + +fieldset { + border: 1px solid #ccc; + border-radius: 4px; + padding: 10px; + margin: 10px; +} + +legend { + font-weight: bold; +} + +p { + margin: 10px; +} + +label { + font-weight: bold; +} + +input[type="text"], +input[type="email"], +input[type="number"], +textarea, +select { + width: 100%; + padding: 10px; + margin: 5px; + border: 1px solid #ccc; + border-radius: 4px; +} + +input[type="radio"] { + margin-right: 5px; +} + +button { + background-color: #007BFF; + color: #fff; + border: none; + border-radius: 4px; + padding: 10px 15px; + cursor: pointer; + padding: 20px; + width: 400px; + font-size: 20px; +} + +button:hover { + background-color: #0056b3; +} + +input[type="radio"] { + margin-right: 5px; +} + diff --git a/form.html b/form.html new file mode 100644 index 0000000..51f836d --- /dev/null +++ b/form.html @@ -0,0 +1,41 @@ + + + + + + + feedback form + + + + +
+

feedback form

+

rate this website

+

name:

+
+ thankyou for your time +

rate this

+

good

+

excellent

+

poor

+

needs improvement

+
+

any comments:

+

email:(optional)

+

rate this from 1-10

+
+ +

how's your mood today?

+
+ + +
+ + \ No newline at end of file From d213fc99de7d67742b2b6ec2cc581e151f103e66 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <114423878+ananyaa30@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:00:18 +0530 Subject: [PATCH 3/3] Delete forms --- forms | 1 - 1 file changed, 1 deletion(-) delete mode 100644 forms diff --git a/forms b/forms deleted file mode 100644 index 8b13789..0000000 --- a/forms +++ /dev/null @@ -1 +0,0 @@ -