Answers for "change size of bullet point css"

CSS
1

change size of bullet point css

li::marker 
{
    content: '\2746'
    font-size: 2rem;
    font-weight: bolder;
}
Posted by: Guest on April-13-2022
0

change size of bullet point css

li::marker 
{
    font-size: 2rem;
    font-weight: bolder;
}
Posted by: Guest on April-13-2022

Browse Popular Code Answers by Language