, . , CSS (Cascading Style Sheets), :
-, . - Apache, Nginx, Microsoft IIS .
, CSS. - -.
CSS . , .
- , CSS. .htaccess Apache location Nginx.
Apache ( .htaccess):
<FilesMatch "\.css$">
Header set Content-Type text/css
</FilesMatch>
Nginx:
location ~ \.css$ {
types { }
default_type text/css;
}
, CSS -. , URL, : http://-/--/style.css
.
CSS , -. HTML- , :
<link rel="stylesheet" type="text/css" href="http://-/--/style.css">
, - . , .