Tell us what’s happening:
Hi you can only complete this task if you make the X after skew a capital, if it’s not capital skewx you get the same results you just can’t complete it, I was wondering is this an aspect of the task or is it actually important somehow in the code?
Thanks
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 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36.
Challenge: Use the CSS Transform Property skewX to Skew an Element Along the X-Axis
Link to the challenge: