Social Media
Home » » How To Add Eye Catching Blockquotes With Nice Effect In Blogger Or Blog websites....

How To Add Eye Catching Blockquotes With Nice Effect In Blogger Or Blog websites....

Written By Unknown on Saturday, June 15, 2013 | 3:42:00 AM

Today i am share Blockquote for blogger and website.  Created Simple Css Codes For a Blockquote. This Blockquote Highlighter Is quite Nice And Eye-Catching.

                                  DEMO


How to add CSS Style Sheet in Blogger Template:
  Go to Blogger
  select  Template
  EDIT HTML

And now Search For ]]></b:skin> With CRTL+F
  After you find ]]></b:skin> just above it paste the following coding
/*****************************************
New Way Of Learning blockquote
******************************************/
.post blockquote
{
font-size: 15px;font-family: Verdana;font-weight: normal;font-style:italic;
background-color: #F2F1F1;
color: #000;
margin: 5px 10px;
padding: 20px 20px 20px 20px;
border: 2px dotted lightgrey;
border-radius: 10px;
box-shadow: -1px -1px 12px 2px gainsboro;
transition: background-color .777s;
-webkit-transition: background-color .777s;
-moz-transition: background-color .777s;
-o-transition: background-color .777s;
-ms-transition: background-color .777s;
}
.post blockquote:hover
{
background-color: darkgreen ;
color: #fff;
}
.post blockquote:active
{
background-color: CornflowerBlue ;
color: #000;
}
 save your template and enjoy

0 comments:

Post a Comment

Facebook

Popular Posts

Powered by Blogger.

Blog Archive