CSS: Difference between revisions
From Freephile Wiki
Created page with "Cascading Style Sheets is one of the primary technologies used in the web. CSS provides the style/appearance aspect of your HTML. {{Feature |explains= CSS |description=Add cu..." |
m added Category:Web Development using HotCat |
||
| Line 7: | Line 7: | ||
|examples=the [[Rates]] page uses custom table layout and coloring. Without the CSS extension, this would be much harder to do. | |examples=the [[Rates]] page uses custom table layout and coloring. Without the CSS extension, this would be much harder to do. | ||
}} | }} | ||
[[Category:Web Development]] | |||
Revision as of 16:09, 25 January 2016
Cascading Style Sheets is one of the primary technologies used in the web. CSS provides the style/appearance aspect of your HTML.
| CSS | |
|---|---|
| Summary | |
| Title: | CSS |
| Description: | Add custom CSS to pages or sitewide |
| More | |
| Notes: | Add CSS rules into your pages. |
| Test: | See schedule colors on the Rates page. |
| Example: | CSS#Example:_mobile_layout_with_2_columns |