diff --git a/css/form.css b/css/form.css index 3717d4e..8114a2a 100644 --- a/css/form.css +++ b/css/form.css @@ -8,6 +8,11 @@ input[type=text], select { box-sizing: border-box; } +.optional::before { + content: "optional "; + color: grey +} + input[type=submit] { width: 100%; background-color: #4CAF50; @@ -21,4 +26,5 @@ input[type=submit] { input[type=submit]:hover { background-color: #45a049; -} \ No newline at end of file +} + diff --git a/index.html b/index.html index 9f252ee..3da5b94 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,44 @@ +