Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
All this is done with transparent png as a pattern ( background-image in css)
My grandma's recipe:
mockflow.com/images/bg-pixel-30.png - just paste this png.
Through a pseudo-element, such a background is superimposed on top of the image.
In this case, the overlay is done like this:
.bannerProHead>header:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('../../images/bg-pixel-30.png');
}
If the grid is not applied dynamically, then you can immediately create the target image in a graphics editor by adding a layer with the grid. This way you can save unnecessary operations when compositing in the browser.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question