Style HTML text properties
- Appearance (color, bold, italics)
- Font (WOFF and @font-face, size)
- Appearance (color, bold, italics)
- Font (WOFF and @font-face, size)
- Alignment, spacing, and indentation
- Hyphenation
- Drop shadow
Style HTML box properties
- Attributes (size, border and rounding border corners, outline, padding, margin)
- Alter graphic effects (transparency, opacity, background image, gradients, shadow, clipping)
- Establish and change an element's position (static, relative, absolute, fixed)
|
Create a flexible content layout
- Flexible box model
- Multi-column
- Position floating and exclusions
- Grid alignment
- Regions, grouping, and nesting
Create an animated and adaptive UI
- CSS transitions
- 3-D and 2-D transformations
- Adjust UI based on media queries (device adaptations for output formats, displays, and representations)
- Hide or disable controls
|
Find elements by using CSS selectors and jQuery
- Choose the correct selector to reference an element
- Define element, style, and attribute selectors
- find elements by using pseudo-elements and pseudo-classes (for example, :before, :first-line, :first-letter, :target, :lang, :checked, :first-child)
Structure a CSS file by using CSS selectors
- Reference elements correctly
- Implement inheritance
- Override inheritance by using !important
- Style an element based on pseudo-elements and pseudo-classes (for example, :before, :first-line, :first-letter, :target, :lang, :checked, :first-child)
|