CSS: Drop Caps

The first letter of this paragraph is affected by the drop letter effect. It looks really nice, doesn't it? And it's also very simple to apply to your own text.
Time for some dummy text. Onec libero nunc, hendrerit vitae, consequat auctor, sagittis id, diam. Curabitur tincidunt nulla a lacus pulvinar pellentesque. Integer mollis ultricies odio. Morbi sed lorem. Proin nonummy urna at felis. Fusce nibh. Donec mattis nisl porttitor eros. Suspendisse ac nisi. Sed ut lacus.

The Code

  • Example
  • p:first-letter {
  • float: left;
  • display: block;
  • font: bold 30px times new roman;
  • margin: 0 5px 0 0;
  • }
eXTReMe Tracker