diff --git a/src/index.html b/src/index.html index 3348db1c..73b05482 100644 --- a/src/index.html +++ b/src/index.html @@ -11,7 +11,156 @@ -

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..37e34430 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,13 @@ -/* styles go here */ +.field { + display: block; + margin-bottom: 20px; +} + +.form { + display: block; + margin-bottom: 10px; +} + +.form:last-child { + margin-bottom: 0; +}