Return to Snippet

Revision: 12824
at March 30, 2009 07:55 by neal_grosskopf


Initial Code
body p:first-child:first-letter
{
background: #990000;
border: 4px double #ffcc00;
color: #ffffff;
float: left;
font-family: "Times New Roman", Times, serif;
font-size: 3em;
font-weight: bold;
margin: 7px 10px 0px 0px;
padding: 10px;
text-transform: uppercase;
}

Initial URL
http://www.nealgrosskopf.com/tech/thread.asp?pid=41

Initial Description
Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.

Initial Title
CSS Drop Caps Without Unnecessary HTML Elements or Classes

Initial Tags
css, html

Initial Language
CSS