Topic: Creating a Parallax effect for a home page
Stanley Davenport
pro asked 8 years ago
.top-nav-collapse {
background-color: #82b1ff !important;
}
.navbar:not(.top-nav-collapse) {
background: transparent !important;
}
@media (max-width: 768px) {
.navbar:not(.top-nav-collapse) {
background: #82b1ff !important;
}
}
h5 {
letter-spacing: 3px;
}
@media (max-width: 740px) {
.full-height,
.full-height body,
.full-height header,
.full-height header .view {
height: 700px;
}
}
Thank you for the help. Just struggling to understand.
Marta Szymanska
answered 8 years ago
<style></style>
on the top of your HTML file or to the custom.css file.
Best,
Marta Stanley Davenport pro commented 8 years ago
Hey thank you Marta. Could I put the code in an existing CSS file so as not to bloat the HTML file? Forgive my novice mentality, just trying to learn something new. Thank You.
Marta Szymanska
answered 8 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No