Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css layers over background-images

.background {
    background:url('../img/bg/diagonalnoise.png');
    position: relative;
}

.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #layers
ADD COMMENT
Topic
Name
2+1 =