Step 1: Open Youar blog and
Step 2: Go Html Template Edit
Step 3: <Head> Section In Paste This Code
Step 2: Go Html Template Edit
Step 3: <Head> Section In Paste This Code
<style>
.post blockquote p {
margin: 0;
padding-top:10px;
}
.post blockquote
{
font-size: 15px;font-family: Verdana;font-weight: normal;font-style:italic;
background-color: #BFE3FE;
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:#009999 ;
color: #fff;
}
.post blockquote:active
{
background-color: CornflowerBlue ;
color: #000;
}
.post blockquote { background: #F3F3F1 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBoadLTdfmta9jwF24hIGeGpp8rAm-M_WAnmZUEWKhNedAxYHkp0QsULdwyhGhKfWWBzokG1rX6BsObF9CA3Be_X0FQFYHwHzPjT_gsIHSDcj9q7dkckPtBaLplGwKdQiHF6ugC2Xum7w/s1600/Quote%252BBS%252BFinal.png) ; background-position:; background-repeat:repeat-y; margin: 0 20px; padding: 20px 20px 10px 45px; font-size: 0.9em; font: italic 1.2em Georgia, "Times New Roman", Times, serif; } .post blockquote p { margin: 0; padding-top: 10px;
}
</style>