Step By Step to stylist your blockquote
- Log in to your blog and go to blogger dashboard
- Click on the template and choose customize
- click advance
- and then paste your CSS code to start stylish your blockquote
Example :
Copy and paste this CSS Code :
blockquote { margin: 1em 2em; border-left: 1px dashed #999; padding-left: 1em; } blockquote p:first-letter { float: left; margin: .2em .3em .1em 0; font-family: "Monotype Corsiva", "Apple Chancery", fantasy; font-size: 220%; font-weight: bold; } blockquote p:first-line { font-variant: small-caps; }
and create new post with quote content ...and you will see the different like picture below
0 comments:
Post a Comment