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