User Interface
Table of contents
- CSS User Interface
- Resize Property
- Outline Offset Property
CSS User Interface
Resize Property
리사이즈 되어야하는지 결정하는 속성
value
▸ horizontal : 가로로 리사이징
▸ vertical : 세로로 리사이징
▸ both : 둘다 리사이징
▸ none : 리사이징 안되게
div {
resize: horizontal;
overflow: auto;
}
Outline Offset Property
여기에서 확인