Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants
CSS Help!
So my band website is using bootstrap and I have created a div for the background and applied the background in CSS, see below.
background-image: url(...);
height: 100%;
z-index: -1;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
I am trying to add an image over the top of it and tried to use the img-fluid class but the image I'm adding is sitting below the background class not over the top.
I'm pulling my hair out hahaha
question
html
bootstrap
css