diff --git a/HTMLFORM/Images/bg1.jpg b/HTMLFORM/Images/bg1.jpg new file mode 100644 index 0000000..5a0ecea Binary files /dev/null and b/HTMLFORM/Images/bg1.jpg differ diff --git a/HTMLFORM/src/Formdesign.css b/HTMLFORM/src/Formdesign.css index bb6ea6e..e46ce72 100644 --- a/HTMLFORM/src/Formdesign.css +++ b/HTMLFORM/src/Formdesign.css @@ -3,7 +3,18 @@ table { font-size: 100%; font-weight: bold; } +body { + font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + background: url(../Images/bg1.jpg); +} + h1 { - color: #ea503f; - font-family: Arial; + color: #000000; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, + Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; +} + +.bg { + background-image: url("bg1.jpg"); + height: auto; } diff --git a/HTMLFORM/src/index.html b/HTMLFORM/src/index.html index 7efab47..c0b6f86 100644 --- a/HTMLFORM/src/index.html +++ b/HTMLFORM/src/index.html @@ -1,35 +1,79 @@
- +Please fill in this form to create an account.
+ +