From 6af01f6a43ef78862402c032afa0ab062d242abc Mon Sep 17 00:00:00 2001 From: Pratyush Pradhan <123662957+pratyush0910@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:35:35 +0530 Subject: [PATCH 1/2] Update index.html --- question 1/index.html | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/question 1/index.html b/question 1/index.html index 7f8e04a..f36ad74 100644 --- a/question 1/index.html +++ b/question 1/index.html @@ -9,6 +9,37 @@ +
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+ - \ No newline at end of file + From 02179521753b6a6cf0d61d3bc217c01c93730939 Mon Sep 17 00:00:00 2001 From: Pratyush Pradhan <123662957+pratyush0910@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:37:46 +0530 Subject: [PATCH 2/2] Update styles.css --- question 1/styles.css | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/question 1/styles.css b/question 1/styles.css index c9e7ab0..4b3559c 100644 --- a/question 1/styles.css +++ b/question 1/styles.css @@ -1,2 +1,40 @@ -/* Write Your CSS Here */ \ No newline at end of file +/* Write Your CSS Here */ body { + font-family: Arial, sans-serif; + } + + .container { + max-width: 400px; + margin: 0 auto; + padding: 20px; + } + + .form-group { + margin-bottom: 20px; + } + + .form-label { + display: block; + font-weight: bold; + } + + .form-input { + width: 100%; + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; + } + + .submit-button { + background-color: #007bff; + color: #fff; + padding: 10px 20px; + border: none; + border-radius: 5px; + cursor: pointer; + } + + .submit-button:hover { + background-color: #0056b3; + } +