// User the filter property
.dark-filter {
filter: brightness(0.4) !important;
}
// If filter does not work you can try
.dark-filter {
Background-image: rgba(0, 0, 0, 0.4);
}
//use the 'important' at your own risk
filter:brightness(0.4) !important
Code Example |
---|
Css :: center div content |
Css :: unclickable button |
Css :: display div in the same line css |
Css :: ! [remote rejected] master - master (Working directory has unstaged changes) |
Css :: css list style url siz |
Css :: css change text spacing |
Css :: sans serif font family css |
Css :: label width css |
Css :: roboto google apis |
Css :: how to rotate picture to the right in css |
Css :: css jagged edges |
Css :: border color css |
Css :: input placeholder css |
Css :: equivalent zoom css |
Css :: css grow |
Css :: how to write css like a pro |
Css :: ::after cant see |
Css :: style image so it crops |
Css :: how to change height font css |
Css :: add line below text css |
Css :: reset all input styles with 1 property css |
Css :: padding for text in html |
Css :: css show scrollbar if overflow |
Css :: reset browser font-size defaults in css |
Css :: boostrap line |
Css :: hover media query |
Css :: close icon css |
Css :: width defined by content css |
Css :: css white-space |
Css :: how to remove gap between divs |