Is there a bigger version of •
?
• Right now it is this big
<li>
You could put it in a <span>
with a bigger font but the same line-height
.
You can also try BLACK CIRCLE ●
●.
I don't know how many platforms that will work on, though.
Easy my friend! Check this:
ul{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
ul li::before {
content: "● ";
color: #2C92C5;
padding-right: 5px;
}
You can also set the font-size
in CSS higher:
.bullelements{
font-size:2rem;
}
<html>
<head>
</head>
<body>
...<span class="bullelements">•</span>
</body>
</html>
Now you can set the font-size
to your size.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With