What is the problem inside these code? need help?

div { width: 70%; height: 100px; margin: 50px auto; } #top { background-color: red; } #bottom { background-color: blue; transform:skewx(24deg); }

i set transform:skewx(24deg) correctly but i didn’t pass the challenge i need help?

Try skewX instead of skewx

1 Like

hi friend still it doesn’t work. what shall i do?

May be transform: skewY(-10deg); inside of #top

1 Like

Thank you it works and i pass the challenge.