just started to get my head around the clip
property in CSS.
I am working on a website for a biscuit factory and I want to make it responsive. My problem is that I came across a section from the site where I can't just use the good old png background because of responsive problems.
So, my question is, how do you manage to get this pattern (clipping, maybe) going on in CSS and not by using png transparency.
.home .section-4 {
background-image:url('../images/backgrounds/tales.png');
background-size:cover;
}
I've tried using pseudo elements, but without luck.