Horje
css add circle to icon cart Code Example
css add circle to icon cart
span{
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    border: solid blue;
    border-radius: 60%;
    height: 14px;
    width: 8px;
    background:blue;
}
css add circle to icon cart
<!DOCTYPE html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
    </style>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    </head>
    <body>

    <i class="fa" style="font-size:24px"></i>
    <span> 5 </span>

    </body>
    </html>




Css

Related
download s3 bucket files on l local Code Example download s3 bucket files on l local Code Example
remove onclick highlight from anchor tag when opened in mobile Code Example remove onclick highlight from anchor tag when opened in mobile Code Example
how to make two different animations to one element css Code Example how to make two different animations to one element css Code Example
css changer la couleur de la sélection Code Example css changer la couleur de la sélection Code Example
reset list html css Code Example reset list html css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8