Cascading Style Sheets (CSS)

What is CSS?

Cascading Style Sheets (CSS) is a language used to describe the presentation (that is, the "look" and formatted appearance) of a web document written in HyperText Markup Language (HTML) or Extended HyperText Markup Lanuage XHTML.  Its most common application is to enhance web content through stylizing elements such as the colors, fonts and web page layout.  CSS can also improve content accessibility, provide more flexibility and control in the specification of characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design).

CSS formatted websites
CSS gives web developers pinpoint accuracy over the placement of imagery and the management of web space.

CSS - A trusted standard in professional web design

As a common practice 17 Designs incorporates CSS in every website we develop.  CSS specifies a priority scheme to determine which style rule applies.  If more than one rule matches weights are calculated and assigned to rules, so that the results are predictable even across different browsers such as Firefox, Internet Explorer or Safari.  CSS has a simple and structured syntax, and uses a number of English keywords to specify the names of various style properties.  The CSS specifications are maintained by the World Wide Web Consortium (W3C) which we strongly adhere to.

This website, the text, buttons, links, images, even the background that bleeds off your page were stylized using CSS.  Deployment of successful websites requires a strong mastery of CSS.

Cascading Style Sheets better known as CSS is an efficient method of formatting the content of a website.