Introduction.

What is CSS?

Let me quote Wikipedia here:

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.

CSS can be used locally by the readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design).

Basically, what this means is that CSS is a language which tells the web-page how to present itself. Most of this page is built from CSS styles which I mercilessly grabbed from Nonoba, the same goes for most pages on the internet today.

By allowing you edit edit the whole of your profile's CSS, Nonoba is effectively giving you free reign to change its layout completely. You can learn CSS just by searching up some tutorials on google (it's very simple) or you can edit some of the most obvious features on your profile with the CSS Generators down the side.