Hi there Our problem is a big problem.I create a html page & other create a css page. but problem css to html not connect & not related. that's problem. I am a not profactional. please give any one asn? thanks
add this line in to <head></head> tag <link rel="stylesheet" type="text/css" href="styles.css" /> change your css file name and put css file at right place(folder).
spaculus has given a perfect answer! follow his instruction correctly and u'll have your problem solved within minutes!
Outside way of @spaculus, you can put content css into file html, add this line into html file <style type="text/css"> <!-- content your css file --> </style>