+ 2
Why is my code on clip path not working?[solved]
I saw the below video so I tried it but it's not working. Pls help https://youtu.be/yKYmbsrZoag https://code.sololearn.com/WBBfCcBH0oz3/?ref=app Pls help🙏
6 Respuestas
+ 5
Should be fixed:
https://code.sololearn.com/Wfhq2wIEc868/#css
+ 2
Remove space before polygon and after , of points
+ 2
Thanks Divya Mohan and Bagon for it
+ 1
I have remove WebKit as it is supported here
And remove unnecessary space in clip-path property and here the result.
.
https://code.sololearn.com/WEkLF9eRrBTF/?ref=app
+ 1
Oo
Nice bagon
I think
It was mistake to absolute .clip
😂😂🤥🤥
in .clip1
make it 0% 0%,50% 0% instead of 49% to pack perfectly.
and your error was unnecessary space in clip-path property.
0
Bagon I really don't understand the change😅