/ Published in: CSS
full size bg image with css
Expand |
Embed | Plain Text
img.bg { min-height: 100%; min-width: 1200px; width: 100%; height: auto; position: fixed; top: 0; left: 0; } insert the image into the body and then have it have a class called "bg"
You need to login to post a comment.
