Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Transitions and Transforms Getting Started with CSS Transforms Skewing Content

For the design conference website, I am not able to see the skew in Chrome DevTools.

For the design conference website, I am not able to see the skew in Chrome DevTools. I've looked for the transform property in the navigation menu.

1 Answer

Steven Parker
Steven Parker
229,732 Points

The Front-End Design Conference website has changed their layout since the video was made. Instead of a vertical ribbon that is skewed horizontally, they now have a horizontal ribbon skewed vertically.

My dev tools show the current setting as "transform: skewY(12deg);".

Steven Parker

I am still not seeing it. I used the filter, and typed transform as well, however no luck. I am selecting for example: Workshops in the navigation bar, and going to computed tab of the styles section, and transform is appearing disabled color-wise with the value of none.

Perhaps, is it possible that I need certain options to selected. I've tried this in firefox as well as chrome, but to no luck.

Steven Parker
Steven Parker
229,732 Points

I wonder ... are you perhaps looking at the anchor (a) element? The skew transform is on list item (li) enclosing it.

Thanks, that was the issue. Thanks!!