Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: CSS FAQ.

CSS FAQ: Difference between revisions

From MoodleDocs
Line 23: Line 23:


== CSS references ==
== CSS references ==
* [http://reference.sitepoint.com/css sitepoint]
* [http://reference.sitepoint.com/css SitePoint]
* [http://www.w3schools.com/CSS/CSS_reference.asp w3schools]
* [http://www.w3schools.com/CSS/CSS_reference.asp W3Schools]
* [http://www.w3.org/Style/CSS/ W3C] - in lots of languages
* [http://www.w3.org/Style/CSS/ W3C] - in lots of languages



Revision as of 09:33, 7 May 2009


What is CSS?

  • CSS stands for "Cascading Style Sheets" and is a web technology for defining the layout and look of a web page. With CSS you can alter the design of your web page without modifying HTML or PHP code.

How can I learn more about CSS?

Online resources:


Books:

CSS references

Where can I find examples for the use of CSS?

Where do I find information about the CSS used by Moodle?

Which tools are useful for working with CSS?

  • Standalone CSS editor TopStyle Lite (you have to scroll down to the bottom of the page to find the free Lite version).

See also: