ポイント!
円の余白で大きく面積を取った「POINT!」です。強調したい部分に差し込めば目立つこと間違いなし!
POINT!
Source Code
右上の「コピー」からご利用ください。
コピー
<div class="my-parts">POINT!</div>
コピー
.my-parts {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
background: #FF9800;
font-weight: bold;
font-size: 16px;
color: #fff;
overflow: hidden;
display: inline-block;
}