<svg class="face" height="100" width="100"> <circle cx="50" cy="50" r="50" fill="#FDD835"/> <circle cx="30" cy="30" r="10" fill="#FFFFFF"/> <circle cx="70" cy="30" r="10" fill="#FFFFFF"/> <circle cx="30" cy="30" r="5" fill="#000000"/> <circle cx="70" cy="30" r="5" fill="#000000"/> <path d="M 30 70 q 20 20 40 0" stroke="#FFFFFF" stroke-width="5" fill="none" /> </svg> | cs |
.face { transform: scale(0.4); margin: 0 auto; display: block; margin-top: -35px; margin-bottom: -25px; } | cs |
'Frontend > CSS' 카테고리의 다른 글
line-height와 div의 height 관계 (0) | 2019.01.17 |
---|---|
CSS 기본 배경 잡을 때 (0) | 2019.01.16 |
자동 줄 바꿈 처리 (0) | 2019.01.15 |
CSS로 탭 메뉴 만들기 (0) | 2019.01.15 |
active 샘플 (0) | 2019.01.15 |