View Single Post
Old 02-14-2020, 06:00 AM   #16
increase
Connoisseur
increase began at the beginning.
 
increase's Avatar
 
Posts: 95
Karma: 10
Join Date: Jan 2020
Device: kindle
Here is what I finished up using
<span class="first-letter">F</span>

css
.first-letter {
display:block;
float:left;
font-size: 5em;
line-height:0.8em;
color:#bf253c;
font-weight:normal;
}
increase is offline   Reply With Quote