From 083e819c3030d6120faf429d1fcc0b31b69e5e94 Mon Sep 17 00:00:00 2001 From: ajeetsinghparmar <69891760+ajeetsinghparmar@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:58:46 +0530 Subject: [PATCH 1/2] Create surveyform.html --- surveyform.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 surveyform.html diff --git a/surveyform.html b/surveyform.html new file mode 100644 index 0000000..e5a440d --- /dev/null +++ b/surveyform.html @@ -0,0 +1,58 @@ + + + + + + + + Survey Form Project + + + +
+

+ My Project Survey Form +

+

+ Fill out the form to take part in survey. +

+
+
+ + + + + + + + +
+

Do You like it?

+ + + + + + +
+
+

You code as..

+ + + + + + +
+ + + +
+ + + + + From eeb5bec117389552b107a413785dc91ce4450b81 Mon Sep 17 00:00:00 2001 From: ajeetsinghparmar <69891760+ajeetsinghparmar@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:59:13 +0530 Subject: [PATCH 2/2] Create style.css --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..97e826c --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +header { + text-align: center; +} + +#survey-form { + display: flex; + flex-direction: column; + margin: 10px auto; + max-width: 80vw; +} + +#survey-form label { + margin: 10px; + font-size: large; + font-weight: 200; +}