Skip to content

Commit 3940515

Browse files
authored
Update index.html
1 parent b9fa177 commit 3940515

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

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

10-
<body>
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">
1113
<h2 class="content-head is-center">Contact Us!</h2>
1214
<aside>
1315
<p>
@@ -79,6 +81,6 @@ <h2><em>Thanks</em> for contacting us!
7981
}
8082
</script>
8183
<!-- END -->
82-
84+
</div>
8385
</body>
8486
</html>

0 commit comments

Comments
 (0)