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; +} diff --git a/surveyform.html b/surveyform.html new file mode 100644 index 0000000..e5a440d --- /dev/null +++ b/surveyform.html @@ -0,0 +1,58 @@ + + + +
+ + + ++ Fill out the form to take part in survey. +
+