Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- textarea
- min-height
- rows
- background 반복
- <textarea> 태그의 cols
- readonly
- Grid Column
- background 이미지
- background 위치
- CSS 말풍선
- cols
- css background
- max-width
- background 사이즈
- textarea cols
- max-height
- Grid Row
- rows 속성
- css 말풍선꼬리
- min-width
- 자주 사용하는 html코드
- <input> readonly
- Grid
- background 속성
- background 한번에
- textarea rows
- background 축약
Archives
- Today
- Total
목록max-height (1)
영이로운 개발 생활 ⌯・˕・⌯ಣ
[CSS] min-width , max-width 알아보기
min-width , max-width 알아보기 min-widthmin-width 속성은 요소의 최소 너비를 설정 // 자신의 값보다 작아지는 걸 방지 ex) min-width: 300px- 박스의 크기를 300px로 설정, 박스의 크기가 300px 보다는 작아지지 않는다. max-widthmin-width 속성은 요소의 최대 너비를 설정 // 자신의 값보다 커지는 걸 방지 ex) max-width: 300px- 박스의 크기를 300px로 설정, 박스의 크기가 300px 보다는 커지지 않는다. //그외 속성들max-width: none요소의 최대 가로 크기를 설정하지 않는다. max-width: 300px 요소의 최대 가로 크기를 CSS 단위를 통해 설정 max-width: 200% 요소의 최대 가..
카테고리 없음
2024. 12. 27. 11:06