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

CSS

kerry bennett
kerry bennett
1,976 Points

is it possible to go back and review all sections completed individually. my html does not respond to the css.

html not responding to css. is it possible to go back and review each individual section from the beginning.

Julie Myers
Julie Myers
7,627 Points

Are you talking about the video tutorials you just watched? Could you post your coding and explain which part is not working?

kerry bennett
kerry bennett
1,976 Points

can't seem to upload a screen shot to this page

Julie Myers
Julie Myers
7,627 Points

I don't think you can upload screen shots. What exactly is not working correctly for you?

kerry bennett
kerry bennett
1,976 Points

the html file does not respond to the css code. I would like to go back and review to see if its all in order. Obviously not.

Julie Myers
Julie Myers
7,627 Points

What Luke said. :)

kerry bennett
kerry bennett
1,976 Points

Ok thanks! sorry for the inconvenience. i found what i was looking for. ill try and limit the the dumb questions.

1 Answer

Hi!

Yeah you can go back to any of the videos you have already watched. All you need to do is find that video and click on it and it will let you replay it and study it further. Also, you can do all of the code challenges and quizzes again if you wanted to.

As for why your HTML is not responding to your CSS. Are you sure that you have linked it up properly? You should have a line similar to the following inside your HTML's <head> tags.

<link rel="stylesheet" href="main.css">

I hope that I helped you out here!