Blockquote Tutorial
Want to have a cool blockquote like this? They're cute, and easy to use. Just follow my direction below on how to set it up on your site
Just paste this code into your style.css page, or between the <head> and </head> tags of your document.
blockquote {
background: #e0c8f2;
border-left: 10px solid #9c5ace;;
padding: 0 20px 0 20px;
margin: 10px 10px;
}
Now, where ever you want the blockquote to appear, just use this code. (Should be between your two <body> tags.
<blockquote> text goes here </blockquote>





