Categories:
Android (1)
Audio (11)
C/C++ (3)
Compression (10)
Database (6)
Document (16)
Email (3)
General (53)
Graphics (17)
Image (12)
Java (7)
Music (2)
Picture (5)
Presentation (7)
Programming (24)
Spreadsheet (11)
Video (8)
Web (15)
Windows (69)
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, 3539👍, 0💬
Popular Posts:
What is BROWSER? BROWSER, short name for ASP.NET Browser Definition, is used as the file extension f...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...
What is WJF? WJF, short name for WinZip Job File, is used as the file extension for WinZip job files...
What is PFB? PFB, short name for Printer Font Binary, is used as the file extension for Printer Font...