Difference between revisions of "CSS"
Jump to navigation
Jump to search
(remove advice to use floats, it's so 1980's (pre-CSS grid era); correct the WestCiv example; Introduce useful resources section) |
m (added Category:Web Development using HotCat) |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | Cascading Style Sheets is one of the primary technologies used in the web. CSS provides the style/appearance aspect of your HTML. | ||
{{Feature | {{Feature | ||
− | | | + | |explains= CSS |
− | | | + | |description=Add custom CSS to pages or sitewide |
− | | | + | |notes= |
+ | |tests= | ||
+ | |examples=the [[Rates]] page uses custom table layout and coloring. Without the CSS extension, this would be much harder to do. | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Web Development]] | [[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 | |
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 |