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 |
Tags
- javascipt
- css#cascading#display#block#inline
- className
- CSS
- gird-row-end
- classList
- grid-column-start
- variables
- confirm()
- grid-template-areas
- createElement
- python #qqplot #qq-plot #code
- React
- var
- package.json
- grid-row-start
- border-style
- Grid
- foreach()
- localStorage
- valuable
- mongodb
- javascript
- relative
- react-hook-form
- grid-column-end
- scope
- box-shadow
- collapsing-margins
- prompt()
Archives
- Today
- Total
data life
CSS-Border 본문
Border
: box의 경계
border : width style color
border-style 종류
- 한 개의 값 모든 면의 테두리 스타일 설정
- 두 개의 값 첫 번째는 위와 아래, 두 번째는 왼쪽과 오른쪽 테두리 스타일 설정
- 세 개의 값 첫 번째는 위, 두 번째는 왼쪽과 오른쪽, 세 번째 값은 아래 테두리 스타일 설정
- 네 개의 값 상, 우, 하, 좌(시계방향) 순서로 테두리 스타일 지정
border-radius
: 테두리를 둥글게 만드는 효과
: 50% (circle⭕️)
border-radius: top-left-x top-right-x bottom-right-x bottom-left-x / top-left-y top-right-y bottom-right-y bottom-left-y
'CSS' 카테고리의 다른 글
CSS - Units (0) | 2022.11.12 |
---|---|
CSS - Add CSS to HTML (0) | 2022.11.11 |
CSS - Class vs Id (0) | 2022.10.13 |
CSS-Margin, Padding (0) | 2022.10.13 |
CSS - Basic, Display (0) | 2022.10.13 |