I am creating a web page, where I have an image that I want to place in the center. On the top of that image I want to have input boxes, labels, and a submit button.
I a
There are two ways to handle this.
The background image is probably easier. You need a fixed width somewhere.
.background-image { width: 400px; background: url(background.png) 50% 50%; }