border-radius

    [2021/12/27]국비지원 CSS3 8-(3) border-radius

    [2021/12/27]국비지원 CSS3 8-(3) border-radius

    border-radius 과제2 : 태극문양, 달 border-radius : border의 모서리 곡률 property 모서리 방향 : top-left, top-right, bottom-left, bottom-right 원 size : box 사이즈의 1/2 ex ) border-radius : 100px 0 0 0 = border-top-left-radius : 100px 윗 반원 : width: 200px; height : 100px ; border-radius : 100px 100px 0 0 1/4 원 : width : 100px; height : 100px ; border-top-left-radius : 100px box 출력 후 곡률 줄 모서리 방향 1. border-radius 작업내용 cs..