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 How to Make a Website Styling Web Pages and Navigation Create a Horizontal List of Links

Katherine Liu
Katherine Liu
4,668 Points

Padding-Top error

Hi,

The activity tells me to set the padding of nav links to 15px for the top and bottom and 10px for left and right.

Here is my following code:

nav li{

```font-weight:800;```
```padding:15px 10px;```
```}```

but the error says that I didn't set my top-padding to 15px.

Also, Is there a way to skip all the questions and activities or s t because of my two-week trial? If it is, then I'd pay for the monthly fee because these courses are actually good. Because if there are requirements to finish all the questions then it's going to mentally pain me to have to finish all the questions and activities in order to continue along the course.

2 Answers

Andrew McCormick
Andrew McCormick
17,730 Points

make sure you are selecting the links

James Barnett
James Barnett
39,199 Points

> if it's because of the requirements to finish all the questions then it's going to mentally pain me to have to finish all the questions and activities in order to continue along the course.

Tracks are basically 3 features:

  • an ordered list of courses
  • progress tracking & scheduling
  • convenience of a "resume" button to go to next video/code challenge/quiz

If you prefer less structure in your learning experience check out the library function.

Katherine Liu
Katherine Liu
4,668 Points

Oh okay, thanks a lot! The irony is that after a couple of more courses, I realize just how helpful they are in reinforcing ideas and missed concepts.