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

why don't i get smooth transition when resizing window?

when nick resizes his window "portfolio, about, and contact" don't overlap.

In my HTML, about and contact navigation links do overlap (try resizing the window slowly and you will see what i mean).

https://w.trhou.se/5w50k5k5or

1 Answer

I took a glance at the files in your workspace and i noticed a typo in main.css line 68 (nac ul) that might be the source of your problem. Try this.

nav ul {
  list-style: none;
  margin: 0 10px; 
  padding: 0;
}

thanks again!

No problem =)