Responsive Design

  • display

    • none, inline, block, initial, inherit

  • visibility

    • visible, hidden, collapse, initial, inherit

  • position

    • static, relative, fixed, absolute, sticky

  • z-index

  • float

    • left, right, none, inherit

  • overflow

    • visible, hidden, scroll, auto, initial, inherit

  • overflow-wrap

    • normal, anywhere, break-word, initial, inherit

  • overflow-x

    • visible, hidden, scroll, auto, initial, inherit

  • overflow-y

    • visible, hidden, scroll, auto, initial, inherit

Last updated