File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 7
7
< title > Contact Form Example</ title >
8
8
</ head >
9
9
10
- < body style ="background-image: url('background-image.jpg'); background-size: cover; ">
11
- < div style ="display:inline-block; width: 20% "> </ div >
12
- < div class = "form-container ">
13
- < h2 class ="content-head is-center " style ="color: white; "> Contact Us!</ h2 >
14
- < aside style ="color: white; ">
10
+ < body >
11
+ < h2 class ="content-head is-center "> Contact Us!</ h2 >
12
+ < aside >
15
13
< p >
16
14
We would < em > love</ em > to hear from you! </ p >
17
15
< p > Please use the < b > < em > Contact Form</ em > </ b >
@@ -38,7 +36,7 @@ <h2 class="content-head is-center" style="color: white;">Contact Us!</h2>
38
36
39
37
< fieldset class ="pure-group ">
40
38
< label for ="message "> Message: </ label >
41
- < textarea id ="message " name ="message " rows ="10 " minlength =" 40 "
39
+ < textarea id ="message " name ="message " rows ="10 "
42
40
placeholder ="Tell us what's on your mind... "> </ textarea >
43
41
</ fieldset >
44
42
@@ -81,6 +79,6 @@ <h2><em>Thanks</em> for contacting us!
81
79
}
82
80
</ script >
83
81
<!-- END -->
84
- </ div >
82
+
85
83
</ body >
86
84
</ html >
You can’t perform that action at this time.
0 commit comments