Awesome Blockquote Styles CSS For Your Blog

Awesome Blockquote Styles CSS helps you separate certain text from the main article or post. It can help you share codes to your readers or share special message or important idea. We have previously share with you guys tutorial on customizing blockquote on your bloggers blog, in this post i will share with your guys 5 awesome CSS style block-quote for your blog or websites. Choose any of these 5 blockquote that you like or suit or blog.

Customizing Blockquote CSS Code

Before you move on to these tutorial you need to know how to customize blockquote on blogger blog to use any of these codes. In order to learn to customize blockquote check out tutorial given below.

  • Customize Blockquote Style On Blogger With CSS

Blockquote CSS Style #1

blockquote {
background: #B9DFF1;
margin: 0 10px;
padding: 20px;
color:#333;
border-radius:15px;
font: bold 0.9em  “Comic Sans MS”, verdana;
/**mozpk.com**/
line-height: 1.6em;
box-shadow: 4px 4px 10px #e3e3e3;
}

Blockquote CSS Style #1

Blockquote CSS Style #2

blockquote { background: url(http://4.bp.blogspot.com/-dklbBCzQ0is/UthVFDMFxYI/AAAAAAAAA7k/1a20NuQc1fU/s1600/paper1.png) repeat-y scroll 0 0 transparent;
/**mozpk.com**/
border-radius: 5px;
margin: 10px;
padding: 20px 10px 15px 50;
line-height: 1.6em;
font-family:’Fondamento’, cursive, sans-serif;
font-size:15px;
}

Blockquote CSS Style #2

Blockquote CSS Style #3

blockquote {
font: normal Tahoma, sans-serif;
line-height:1.6em;
font-size:18px;
padding:10px;
padding-top: 24px;
background-image: url(http://4.bp.blogspot.com/-Lk8sOoewliE/Uthas4E2ifI/AAAAAAAAA70/85t4y0pyv9s/s1600/examplequote.gif);
/**mybloggersworld.com**/
background-position: top left;
background-repeat: no-repeat;
text-indent: 65px;
}

blockquote css style 3

Blockquote CSS Style #4

blockquote {
background: #81c136;
margin: 0 12px;
padding: 18px;
border-radius:20px;
font: bold 1em  ‘Freckle Face’, cursive;
/**mybloggersworld.com**/
color: #384924;
line-height: 1.6em;
box-shadow: 5px 5px 12px #e3e3e3;
}

blockquote css style 4

Blockquote CCS Style #5

blockquote {
background: white;
margin: 0 10px;
padding: 20px;
color:#999;
font-family:cursive, sans-serif;
/**mybloggersworld.com**/
line-height: 1.6em;
border-left:2px dashed #ce6100;
border-right:2px dashed #ce6100;
}

Blockquote CSS Style 5

Some More Customization For Your Blog

This is one of many tutorial on customizing your blogger blog we have share. Check out below some of awesome customization you would like to implement on your blog.

Leave a Comment