Category:CSS

From ReduxWiki

Jump to: navigation, search

Network Redux forums:


Contents

What is CSS?

Learn CSS
  • CSS stands for Cascading Style Sheets
  • Ultimately defines how (X)HTML is displayed


Using CSS (external)

<head>
  <link rel="stylesheet" type="text/css" href="layout.css" />
</head>


"layout.css"

body {background-color: blue; font-size: 11px;}
p {padding: 0px; margin: 10px;}
h1,h2,h3 {font-size: 110%; color: red;}


Developer Tools

Web Developer

This addon provides a toolbar for Firefox with multiple dev tools including modifying your CSS in real time.


CSS Formatter and Compressor = online tool, thanks to teenage.cz


Subcategories

There are 4 subcategories to this category.

F

R

V

W

Media in category "CSS"

There are 23 files in this category.

Personal tools
Getting Started