CSS Quick Syntax Reference
The CSS Quick Syntax Reference is a 150-page syntax reference to the Cascading Style Sheet specification and style sheet language. It presents the essentials of CSS in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn out histo...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2014.
|
Edición: | 1st ed. 2014. |
Colección: | Expert's voice in Web development.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629443306719 |
Tabla de Contenidos:
- Contents at a Glance; Contents; About the Author; About the Technical Reviewer; Introduction; Chapter 1: Using CSS; Internal style sheet; Inline style; External style sheet; Testing environment; View source; Comments; Whitespace; Chapter 2: Grouping; Ungrouped rules; Grouped selectors; Grouped declarations; Grouped selectors and declarations; Chapter 3: Class and id selectors; Class selector; Class example; Id selector; Id example; Class and id guidelines; Chapter 4: Attribute selectors; Attribute selector; Attribute value selector; Language attribute selector; Delimited value selector
- Value substring selectorValue start selector; Value end selector; Chapter 5: Pseudo selectors; Pseudo-elements; first-letter and first-line; before and after; Pseudo-classes; Dynamic pseudo-classes; link and visited; active and hover; focus; Structural pseudo-classes; first-child; last-child; only-child; only-of-type; first-of-type; last-of-type; nth-child; nth-of-type; nth-last-of-type; nth-last-child; empty; root; User interface pseudo-classes; enabled and disabled; checked; valid and invalid; required and optional; Other pseudo-classes; target; lang; not; Chapter 6: Relationship selectors
- HTML hierarchyInheritance; Adjacent selector; Descendent selector; Direct child selector; General sibling selector; Chapter 7: Specificity; Selector specificity; Cascade; Designer styles; Specificity guidelines; Chapter 8: Colors; Named notation; Hexadecimal notation; Short hexadecimal notation; RGB notation; RGBA notation; HSL notation; HSLA notation; Chapter 9: Units; Absolute units; Typographical units; Relative units; Font-relative units; Viewport units; Unit values; Chapter 10: CSS Properties; Generic keywords; Quirks mode; Vendor prefixes; Progressive enhancement; Chapter 11: Text
- colortext-transform; text-decoration; text-indent; text-align; direction; text-shadow; box-shadow; Chapter 12: Spacing; line-height; word-spacing and letter-spacing; white-space; Chapter 13: Font; font-family; font-size; font-style; font-variant; font-weight; font; Custom fonts; Chapter 14: Background; background-color; background-image; background-repeat; background-attachment; background-position; background-size; background-clip; background-origin; background; Multiple backgrounds; Chapter 15: Gradients; Linear gradients; Radial gradients; Repeating gradients; Chapter 16: Box model
- Inline and blockSpan and div; Chapter 17: Border; border-style; border-width; border-color; border; border-radius; Chapter 18: Outline; outline-style; outline-width; outline-color; outline; outline-offset; Chapter 19: Margin and padding; Padding; Margin; Chapter 20: Dimension; width and height; min-width and min-height; max-width and max-height; box-sizing; Chapter 21: Positioning; position; static; relative; absolute; fixed; overflow; clip; z-index; vertical-align; Centering; Chapter 22: Classification; display; visibility; opacity; float; clear; cursor; Chapter 23: List; list-style-type
- list-style-image