I need to make a small circle background behind the letter "A". What CSS would make this effect?
See example:
You can use one of the alt keys and type the decimal numbers using number pad. For example, alt + 9411 will produce circled capital N like Ⓝ. If you do not have a keyboard with number pad then try the alt + x method. Type the hexadecimal codes and then press alt + x to convert it into a circled letter.
With CSS? Something like this? http://jsfiddle.net/eLhqswyd/
<span class="i-circle">i</span>
.i-circle {
background: #ff0000;
color: #fff;
padding: 5px 20px;
border-radius: 50%;
font-size: 35px;
}
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