Whats wrong in this code
<style>
div {
width: 70%;
height: 100px;
margin: 50px auto;
}
#top {
background-color: red;
}
#bottom {
transform : skewX(24deg);
background-color: blue;
}
</style>
<div id="top"></div>
<div id="bottom"></div>
sorry I did not know about formatting
heres a link to the challenge
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/use-the-css-transform-property-skewx-to-skew-an-element-along-the-x-axis