brackets programmer not showing live preview change
so i'm coding on index html and live preview shows everything working like the text that i have changed, but when i want to see the css side of things i can't see no update right now it keeps showing me this even in live preview
http://imgur.com/a/cQjSk it is supposed to look like this
http://imgur.com/a/AlaXrIt would help to see your HTML & CSS source. If you don't want to share that. I would set the background of the page red, just to make sure the CSS stylesheet is even linked to your HTML (Most common issue I run in to). Second if you're using classes or id, I would double check in the CSS that you are calling them properly e.g. "#idname" or ".classname"