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!
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

Lynnetta Carrell
2,537 PointsMy css is not showing up on the web page.
my css is not showing up on the webpage.

Paul Sullivan
7,876 PointsYour CSS as well. :)
1 Answer

Andres Altuve
16,274 PointsInside the head tag write the following line. (Look at the bottom)
Remember to paste the same line of code in every page you have..
Right now is saying yourstyle.css is inside of a folder called CSS if you have your style in other folder change th e CSS for the name of your folder, if you have it in the root of your site remove CSS and the /
Hope it helps.
<head>
<link rel="stylesheet" type="text/css" href="css/yourstyle.css">
</head>
```
Ricky Catron
13,023 PointsRicky Catron
13,023 PointsCan you post your html code?