CSS quick syntax reference /
In this book you will find: a concise reference to CSS; short, simple, and focused code examples for presentation semantics; a well laid out table of contents and a comprehensive index allowing easy review. You'll learn how to handle fundamentals like adding styles to HTML/XHTML as well as rule...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York, N.Y. :
Apress : Distributed to the Book trade worldwide by Springer Science+Business,
2014.
|
Colección: | Expert's voice in Web development.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.