|
|
Drop caps using CSS - CSS Tricks - CSS
|
Views : 404
|
|
Tagged in : CSS
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Drop caps using CSS - CSS Tricks
You can make a nice drop cap with CSS

p:first-letter{
display:block;
margin:5px 0 0 5px;
float:left;
color:#FF3366;
font-size:60px;
font-family:Georgia;
}
|
|
By Rekha, On - 2010-03-30 |
|
|
|