may88seiji
8/15/2017 - 9:17 AM

数字のカウント

数字のカウント

.cards_members-title:before {
    counter-increment: number 1;
    content: counter(number);
    font-size: 20px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    display: block;
    line-height: 1.5;
}