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

HTML How to Make a Website Customizing Colors and Fonts Use Color in CSS

fisnik poroshtica
fisnik poroshtica
14,154 Points

Why my file.css doesnt make any effect i have linked in this way <link rel="stylesheet" href="css/fisnik.css">

Why my file.css doesnt make any effect i have linked in this way <link rel="stylesheet" href="css/fisnik.css"> . The problem is in work space

4 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Your link looks fine to me in your html and I don't see any obvious problems. Have you tried clearing your browser cache and then reloading the preview and refreshing the page? Sometimes the problem is that the browser is loading in old/cached data.

your your link needs to contain the name of your css file:

 <link rel="stylesheet" type="text/css" href="file.css">
fisnik poroshtica
fisnik poroshtica
14,154 Points

Yes i have with name of css file exactly, i tried in my pc it works with this same way, it just dont work on WORKSPACE

Seems you may have solved it, as when I forked your workspace it loaded just fine when I used the view link, and the css file showed in my page sources.

Heads up, portfolio in navigation was spelled wrong :)