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

Development Tools

Can anyone help me understand how to build a web page with visual studio because the html works but the CSS doesnt apply

Its like the files dont work together and its very confusing

What does your link tag in the html look like?

<link />

idk is this is what you meant im new to html

In the head element of the html you should link to your css like:

<link rel="stylesheet" href="file-name.css">

Let me know if this helps here

jobbol
seal-mask
.a{fill-rule:evenodd;}techdegree
jobbol
Full Stack JavaScript Techdegree Student 17,877 Points

If you're using a preview tool, make sure the page has updated.

Went through a similar situation with debugging CSS, exhausting all the possibilities and it was something this simple.

If you screenshot your UI it would help tremendously. Upload with http://imgur.com

ya, its hard to tell what the issue could be based on the info given so far.

1 Answer

Torian Patterson
Torian Patterson
20,117 Points

Are you using Visual Studio or Visual Studio Code? If you're a beginner VS Code would be easier for you to use.