반응형
div{
width: 100px;
height: 100px;
background: pink;
border-radius: 50%;
}
div{
border-width: 10px;
border-style: solid;
border-color: pink;
width: 100px;
height: 100px;
}
div{
border: 10px double deepskyblue;
width: 100px;
height: 100px;
}
div{
border-top: 10px solid deepskyblue;
border-right: 10px double deeppink;
border-bottom: 10px dotted greenyellow;
border-left: 10px dashed plum;
width: 100px;
height: 100px;
}
▶ css 전용 도형 정리 사이트
https://css-tricks.com/the-shapes-of-css/
반응형
'Web > 모각코' 카테고리의 다른 글
[ Visual Studio Code ] 위키백과 웹페이지 생성 (0) | 2021.12.22 |
---|---|
[ Visual Studio Code ] html 파일 만들기 - 모각코 1일차 (0) | 2021.12.21 |
[ Visual Studio Code ] 텍스트 색 각자 다르게 설정하기 (0) | 2021.12.19 |
[ Visual Studio Code ] 태그 정리 (0) | 2021.12.18 |
[ Visual Studio Code ] 웹 폰트 적용 (0) | 2021.12.17 |