Other articles


  1. Overflow

    Layout > Overflow

    • Utilities for controlling how an element handles content that is too large for the container.
    Class Properties
    overflow-auto overflow: auto;
    overflow-hidden overflow: hidden;
    overflow-clip overflow: clip;
    overflow-visible overflow: visible;
    overflow-scroll overflow: scroll;
    overflow-x-auto overflow-x: auto;
    overflow-y-auto overflow-y: auto;
    overflow-x-hidden overflow-x: hidden;
    overflow-y-hidden overflow-y: hidden;
    overflow-x-clip overflow-x: clip;
    overflow-y-clip …
    read more
  2. Position

    Layout > Position

    • Utilities for controlling how an element is positioned in the DOM.
    Class Properties Meaning
    static position: static; 기준 없음 (배치 불가능 / 기본값)
    fixed position: fixed; 요소 자기 자신을 기준으로 배치
    absolute position: absolute …
    read more

links

social