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 CSS: Cascading Style Sheets What is CSS?

Alex Lusane
Alex Lusane
1,834 Points

css not working

css not working when i type in exactly as video the webpage still shows up in html form

2 Answers

Thelma Boamah
Thelma Boamah
15,726 Points

Can you paste in the code that's giving you the problem?

Alex Lusane
Alex Lusane
1,834 Points

yes . <link rel="stylesheet" href="css/normalize.css">

Thelma Boamah
Thelma Boamah
15,726 Points

No I mean it's hard to know what the issue is without seeing the html and css code you're adding. for example:

<p> Hello World </p>
p {
font-family: sans-serif;
color: red;
}

There is a reference called Markdown Cheatsheet below that shows you how to format your post to add code snippets: