Archives

Styling Blockquotes

This is an example of the blockquote styling that I use on this blog. The formatting is controlled by this short chunk of code pasted in the template - I stuck it after the general stuff like the body and the a styles.

blockquote {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #000000;
}

Visit this web site for some more formatting options.

0 comments:

Post a Comment