CSS: Difference between revisions
add logo |
remove advice to use floats, it's so 1980's (pre-CSS grid era); correct the WestCiv example; Introduce useful resources section |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|image=CSS3 logo and wordmark.svg | |image=CSS3 logo and wordmark.svg | ||
|imgdesc=CSS3 logo | |imgdesc=CSS3 logo | ||
|title= | |title=CSS | ||
}} | }} | ||
{{#set:feature description = Add custom CSS to pages or sitewide }} | {{#set:feature description = Add custom CSS to pages or sitewide }} | ||
| Line 10: | Line 10: | ||
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. | ||
WestCiv provides some really useful tools and examples of CSS in action. For example, you can make an [http://www.westciv.com/tools/gradientsnustyle/index.html#background-image:%20linear-gradient( | WestCiv provides some really useful tools and examples of CSS in action. For example, you can make an [http://www.westciv.com/tools/gradientsnustyle/index.html#background-image:%20linear-gradient(%20#ffffff,%20#000000%2010px,#000000%2025px,#ffffff%2035px,#000000%2045px,#000000%2060px,#ffffff%2070px) 'equals' background effect]. | ||
https:// | == Useful Resources == | ||
* [https://developer.mozilla.org/en-US/docs/Learn/CSS Learn CSS] from the go-to resource: Mozilla Developer Network (MDN) | |||
* [https://caniuse.com/usage-table global browser usage comparison] | |||
* [http://getbem.com/introduction/ BEM] the Block Element Modifier convention for CSS rules | |||
* [https://www.sitepoint.com/optimizing-css-performance/ 20 tips for optimizing CSS] (2018) by SitePoint | |||