Cascading Style Sheets (CSS)
Terminology
Mixin ¶ Code that a preprocessor will compile and convert.
ng-style ¶ Angular attribute that sets the CSS style on an HTML element conditionally via a CSS object (not a string).
page-break-inside: avoid ¶ Do not break a page within this element.
<parent> > <child> ¶ Apply style only to direct children, as opposed to all descendants.
text-align: (left|center|right) ¶ Specifies the horizontal alignment of text in an element.
text-decoration (underline|line-through|overline) ¶ Specifies the decoration to apply to text.
vertical-align: (top|middle|bottom) ¶ Specifies the vertical alignment of text in an element.
Facts, Thoughts and Opinions
Images
[[/div]]
- Subtopics
- Writings
Sources & Bookmarks
Name/Link | ¶ | Date |
---|---|---|
Bootstrap CSS | ¶ | 2014-10 |
CSS Tricks | ¶ | 2014-05 |
Hover.css | ¶ | 2015-05-28 |
.Less | ¶ | 2014-10-22 |
Less (CSS) | ¶ | 2014-10 |
W3C Cascading Style Sheets homepage | ¶ | 2013-12-17 |