# border-radius
총 6개의 포스트
[CSS] 박스 모델(2) 2-7
border 속성을 사용하면 요소에 테두리를 줄 수 있다. 선의 굵기와 스타일, 그리고 색을 다양한 값으로 줄 수 있다.ex) border: 2px solid black / 0.5em dashed 너비와 높이 값에 padding과 border 값을 포함시킬지 결정한다.
2023년 1월 25일
·
0개의 댓글·
0Web Design #7 - Border-radius
Though creating border-radius in various contents may look insignificant, this process is actually very important for the website to look unique. By g
2022년 10월 24일
·
0개의 댓글·
0Box Model
: 줄바꿈이 일어나는 박스<div> <h1> <p> : 줄바꿈이 일어나지 않고, 사이즈를 지정할 수 없는 박스<span>예를 들어, <span> 요소에 width="100px"; height="100px" 스타일을 지정해도, 사이즈는 변하지
2022년 8월 26일
·
0개의 댓글·
1
parent div 내 border-radius is not working
https://stackoverflow.com/questions/67115874/border-radius-on-parent-divparent div에 overflow: hidden; 입력
2022년 4월 2일
·
0개의 댓글·
0