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
- css background
- background 사이즈
- background 이미지
- cols
- Grid Row
- Grid Column
- readonly
- textarea cols
- rows 속성
- CSS 말풍선
- background 축약
- textarea
- textarea rows
- max-width
- <textarea> 태그의 cols
- background 한번에
- rows
- background 속성
- css 말풍선꼬리
- Grid
- background 위치
- min-height
- <input> readonly
- background 반복
- min-width
- 자주 사용하는 html코드
- max-height
Archives
- Today
- Total
목록max-width (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