Topic: pattern doesn't work
ekubiak
pro
asked 7 years ago
on your second tut pattern doesn't work cause the image is in the css file and note hardcoded in the html one.
A solution ? Thanks
Add comment
ekubiak
pro
answered 7 years ago
ok, I find the "solution". There's a mistake in the CSS file.
.pattern-1 {
background: url(/img/overlays/01.png);
}
and now
.pattern-1 {
background: url(../img/overlays/01.png);
}
You can correct for the next version. Thanks
Michal Szymanski
staff
answered 7 years ago
Hi,
it works fine. Did you follow all the previous steps from this tutorial?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags