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

Virtual Reality

Test

test

4 Answers

Wilson Usman
Wilson Usman
35,206 Points

So it depends on where in the file structure your css is located.

You're telling it to go look here:

<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">

Here's a sample of my project file name structure:

Projectname folder
---css folder
---js folder
---index.html

This is the link to the css inside the index.html file:
<link href="css/bootstrap.min.css" rel="stylesheet">

Test

Jason McCoy
Jason McCoy
22,082 Points

Couple of notes here. You want your favicon.ico image to be in the root of your project. You want a folder called css or styles in the root of your project. Put all stylesheets in this folder. Ideally, you only want to have one css file included on your pages.

Jason McCoy
Jason McCoy
22,082 Points

Also, depending on how new you are to programming I would recommend mastering HTML and CSS before tackling Wordpress.

Are you sure I asked what you recommend for me?

Jason McCoy
Jason McCoy
22,082 Points

Well it is hard to know what to recommend for you when you don't tell us which video and/or challenge you are working on and what kind of errors you are getting.