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 trialKatherine Liu
4,668 PointsPadding-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
17,730 Pointsmake sure you are selecting the links
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
4,668 PointsOh 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.
Katherine Liu
4,668 PointsKatherine Liu
4,668 Pointsohhh right, oops thanks