It is as simple as adding a before or after element inside a container .container { position: relative; overflow: hidden; } .container::before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 10; background: url...
blog.furkanozbek.com1 min read
No responses yet.