Answers for "make dot in pseudo element"

0

make dot in pseudo element

.dot:after {
    content:"\A";
    width:10px;
    height:10px;
    border-radius:50%;
    background: #b83b3b;
    display:inline-block;
}
Posted by: Guest on March-03-2022

Browse Popular Code Answers by Language