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 Sass Basics Write Smart and Efficient CSS with Sass Create a Function for Flexbox Layout

The footer border-top line is not straight, it is inclined, Why?

On the final index.html file the footer border-top line is not straight, it is inclined, Why? How can we fix that?

Jason Egipto
Jason Egipto
9,185 Points

Hey, can you post a "Markdown Cheatsheet" for us to see the syntax? It would help to better understand your question.

Steven Parker
Steven Parker
229,758 Points

I think what Jason meant was to use the Markdown Cheatsheet to post your code. Even better, make a snapshot of your workspace and post the link to it here.

1 Answer

Samantha Atkinson
seal-mask
.a{fill-rule:evenodd;}techdegree
Samantha Atkinson
Front End Web Development Techdegree Student 36,955 Points

Hi Goshgar,

The reason the footer is inclined is that it was styled that way. If you check out the header it also has the same at the bottom. Guil showed us this in the mixin video where we created a mixin called @mixin skewed.