My imagination are strong enough for me to hold on.
Hello 2017

#Tutorial : Blockquote with hover effect II
Saturday 26 December 2015 @ 08:25



1.Open your blog template, change to Edit Html
2.Press Ctrl+F (Command+F for Mac user)
3.Find </style>
4.Put this code before </style>

blockquote> blockquote { color:#fff; width:500px; text-align:left; background:#000; border:1px solid #fff; padding:5px; font:11px trebuchet ms; -webkit-transition:All 0.9s ease; -moz-transition:All 0.9s ease; -o-transition:All 0.9s ease;} blockquote:hover { color:#fff; width:500px; text-align:left; background:#000; border:1px solid #000; padding:5px; font:italic 11px trebuchet ms; -webkit-transition:All 0.9s ease; -moz-transition:All 0.9s ease; -o-transition:All 0.9s ease;}

Labels: