Full Screen Responsive Background Image CSS Code
- Category Web
- Type CSS
- Platform Cross-platform
- Language CSS
- Price Free
- Copy 4 053
- Comments 0
Full Screen Responsive Background Image CSS Code
/* Responsive full-screen fixed background image */
.hero-bg-section {
background-image: url('hero-image.jpg');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
width: 100%;
height: 100vh;
}
Free snippet — copy & paste!
Copy this snippet for free on Clayi Code. One click — no account required.


There are no comments yet :(