Tell us what’s happening:
Describe your issue in detail here.
i’m done with the task but i’m still having issues submitting the project
Your code so far
<style>
div {
width: 70%;
height: 100px;
margin: 50px auto;
}
#top {
background-color: red;
}
#bottom {
background-color: blue;
transform:skewx(24deg);
}
</style>
<div id="top"></div>
<div id="bottom"></div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.55
Challenge: Applied Visual Design - Use the CSS Transform Property skewX to Skew an Element Along the X-Axis
Link to the challenge: