Live Chat Icon For mobile
Live Chat Icon

How can we create drop case for the first letter using CSS styles?

Platform: ASP.NET| Category: CSS Styles and Themes

The following styles can be applied for drop case the first letter.

.DropCaps:First-Letter
{
font-size:200%;
float:left;
color:blue;
}

This is a example how to set the CSS styles to make the drop case for the first letter.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.