diff --git a/index.html b/index.html new file mode 100644 index 0000000..ac40638 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + + Web Form + + + + + +
+
+
+ First name:
+ Last name:
+ E-mail:

+
+
+
+
+ Message:

+ Sex: Male + Female

+ I would like to receive notices when this website updates.
+ I would like to receive notices pertaining to related websites and their services.

+ +
+
+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..954ec9e --- /dev/null +++ b/style.css @@ -0,0 +1,45 @@ +#header { +position: relative; +top: -10px; +background-color: #00a0b0; +border-top-left-radius: 15px; +border-top-right-radius: 15px; +height: 40px; +} +h1 { +font-family: Lobster; +color:#fff; +text-align: center; +} +form { +font-family: verdana, arial, sans-serif; +} +p { +font-family: verdana, arial, sans-serif; +display: inline-block; +} +input { +font-family: verdana, arial, sans-serif; +color: #777; +} +textarea{ +vertical-align: top; +width: 400px; +color: #777; +} +#wrapper { +border: 1px solid #888; +position: relative; +top: -10px; +padding: 10px 20px; +box-shadow: 3px 3px 3px #444; +font-size: 0.8em; +} +#inputs { +width: 200px; +clear: both; +} +#inputs input { +width: 100%; +clear: both; +}