Link Search Menu Expand Document

User Interface

Table of contents

  1. CSS User Interface
    1. Resize Property
    2. Outline Offset Property

CSS User Interface

Resize Property

리사이즈 되어야하는지 결정하는 속성

value

▸ horizontal : 가로로 리사이징

▸ vertical : 세로로 리사이징

▸ both : 둘다 리사이징

▸ none : 리사이징 안되게

div {
  resize: horizontal;
  overflow: auto;
}

Outline Offset Property

여기에서 확인


이 웹사이트는 jekyll로 제작되었습니다. Patrick Marsceill, Distributed by an MIT license.