diff --git a/readme.md b/readme.md index ed4805f1..dcd29bb6 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # HTML form Replace `` with your Github username and copy the links to Pull Request description: -- [DEMO LINK](https://.github.io/layout_html-form/) -- [TEST REPORT LINK](https://.github.io/layout_html-form/report/html_report/) +- [DEMO LINK](https://arturgorniak.github.io/layout_html-form/) +- [TEST REPORT LINK](https://arturgorniak.github.io/layout_html-form/report/html_report/) > Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/#how-to-solve-the-layout-tasks-on-github) ___ diff --git a/src/index.html b/src/index.html index 3348db1c..a73e640e 100644 --- a/src/index.html +++ b/src/index.html @@ -1,17 +1,243 @@ + - + HTML Form + -

HTML Form

+
+
+ Personal information +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ Registration +
+ +
+
+ +
+
+
+ An interesting fact about you! +
+ Do you love cats? + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ Additional info: +
+ +
+
+ +
+
+
+ +
+
diff --git a/src/style.css b/src/style.css index c4301db2..f24b0f7c 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,12 @@ /* styles go here */ +.form-field { + margin-bottom: 10px; +} + +.form-field:last-child { + margin-bottom: 0; +} + +.form-fieldset { + margin-bottom: 20px; +}