Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.CSS - File Extension for Style Sheet Files
File extension CSS is used for cascading style sheets that describe the presentation of Web pages. A CSS sample file is provided.
✍: FYIcenter.com
File Extension: .CSS
MIME Type: text/css
File Content: Presentation style sheet
What is CSS? CSS is a short name for Cascading Style Sheets, published in 1996 by the HTML Editorial Review Board (ERB).
A CSS file provides a collection of rules that defines how each elements in the Web page should be presented by specifying various presentation style properties, like:
CSS is the file extension for CSS files.
CSS files are text files. You can use any text editor to create CSS files. Here is a sample CSS file:
/* Sample CSS File */
body {padding: 8px 8px 8px 8px; background-color: #a0a0a0;}
p {margin: 8px 8px 8px 8px; line-height: 150%;
font-family: 'verdana'; font-size: 12px;}
p.title {background-color: #cfcfcf; padding: 8px 8px 8px 8px;
font-weight: bold; font-size: 20px; text-align: center;}
CSS sample file: Click sample.css to download.
Style sheets stored in CSS files are supported by all free popular Web browsers:
2012-07-01, 5174👍, 0💬
Popular Posts:
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...
What is DOT? DOT, short name for Document Template, is used as the file extension for files in Micro...