css_도형 그리기

jhson·2023년 12월 15일
0

css

목록 보기
17/28
post-custom-banner

원 그리기

.head{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
}


직사각형 그리기

.hat_top{
    width: 40px;
    height:10px;
    background-color: black;
}


반원 그리기

.mouth{
    width: 20px;
    height: 10px;
    border-radius: 0 0 10px 10px;
    background-color: black;
}

profile
게임회사 주니어 개발pm에서 프론트엔드 개발자로 전향하는 과정
post-custom-banner

0개의 댓글