Link to home
Start Free TrialLog in
Avatar of Melody Scott
Melody ScottFlag for United States of America

asked on

Bootstrap CSS not showing

Hi, This is a newbie bootstrap question. I have this page: codedivasites.com/bootstrap/responsive/

Into bootstrap.css, I added:
.business-header {
height: 400px;
background: url('http://www.codedivasites.com/bootstrap/responsive/images/header.jpg') center center no-repeat scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}

(It's on line 14 of the css file, if you want to see it live).

The image isn't showing up, and I can't figure out why. Can you help? Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Melody Scott

ASKER

oh... shoulda checked that. Thanks, let me add bootstrap.css to index.html. :(
I knew it was a dumb question, just didn't know how dumb. Thanks!
The only dumb question is the one that's not asked (did ya close the hatch?) resulting in the loss of the submarine and all hands.

Thanks for the points.
:) Thanks, Tom. Next time I'll check that first, so lesson learned.