Answers for "css background overlay black"

CSS
0

css background overlay

.image:before{
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 24px;
}
Posted by: Guest on February-17-2021

Code answers related to "css background overlay black"

Browse Popular Code Answers by Language