0
How can I make those red objects be behind of their parent element but in the way that it'll cut it's borders.
Wonna make an element cutter (the parent element would intersect with its child element but kinda cutting its borders which would creat a layer effect) https://code.sololearn.com/WkiU32Nt9eIb/?ref=app
2 ответов
+ 3
Add overflow:hidden; to both of your .wrapper .cont-l >span and .wrapper .cont-r >span css rules...
0
Visph thank you, how didn't i remember about overflow.)