Lab 3: Basic CSS

  • Property

    • Name

    • Value

  • Types of CSS

    • Inline

    • Internal

    • External

  • Selectors

    • Element Selector

    • ID Selector

    • Class Selector

    • Combinator Selectors

    • Pseudo-class Selectors

    • Pseudo-elements Selectors

    • Attribute Selectors

  • Text Formatting

    • color

      • Color Name

      • RGB

      • HEX

      • HSL

    • text-align, vertical-align, text-align-last center

      • left, right, justify

    • text-decoration

      • none, overline, line-through, underline

    • direction

      • ltr, rtl, initial, inherit

    • text-transform

      • uppercase, lowercase, capitalize

    • text-indent

    • letter-spacing, word-spacing

    • line-height

    • text-shadow

      • horizontal shadow, vertical shadow, blur effect, color

  • Box Model

    • Margin, Border, Padding, Content, Outline

Last updated