Skip to content

Commit d01c489

Browse files
authored
Update index.html
1 parent 1b7647d commit d01c489

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

index.html

+5-7
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
<title>Contact Form Example</title>
88
</head>
99

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>
1513
<p>
1614
We would <em>love</em> to hear from you! </p>
1715
<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>
3836

3937
<fieldset class="pure-group">
4038
<label for="message">Message: </label>
41-
<textarea id="message" name="message" rows="10" minlength="40"
39+
<textarea id="message" name="message" rows="10"
4240
placeholder="Tell us what's on your mind..."></textarea>
4341
</fieldset>
4442

@@ -81,6 +79,6 @@ <h2><em>Thanks</em> for contacting us!
8179
}
8280
</script>
8381
<!-- END -->
84-
</div>
82+
8583
</body>
8684
</html>

0 commit comments

Comments
 (0)