CSS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|description=Add custom CSS to pages or sitewide | |description=Add custom CSS to pages or sitewide | ||
|notes=Add CSS rules into your pages. | |notes=Add CSS rules into your pages. | ||
|tests=See | |tests=See schedule colors on the [[Rates]] page. | ||
|examples= | |examples=The [[Rates]] page uses custom table layout and coloring. Without the CSS extension, this would be much harder to do. | ||
}} | }} | ||
Cascading Style Sheets is one of the primary technologies used in the web. CSS provides the style/appearance aspect of your HTML. | Cascading Style Sheets is one of the primary technologies used in the web. CSS provides the style/appearance aspect of your HTML. | ||