CSS
Jump to navigation
Jump to search
CSS | |
---|---|
Image shows: | CSS3 logo |
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 |
Cascading Style Sheets is one of the primary technologies used in the web. CSS provides the style/appearance aspect of your HTML.
WestCiv provides some really useful tools and examples of CSS in action. For example, you can make an 'equals' background effect.
Useful Resources[edit | edit source]
- Learn CSS from the go-to resource: Mozilla Developer Network (MDN)
- global browser usage comparison
- BEM the Block Element Modifier convention for CSS rules
- 20 tips for optimizing CSS (2018) by SitePoint