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

#Tutorial : Blockquote with hover III
Saturday 26 December 2015 @ 08:46



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 { font: 8pt courier;color: #aaa;border-top: 5px solid #ffccff; border-bottom: 5px solid #ffccff; padding: 7px; } blockquote:hover { border-left: 7px solid #b3d9ff; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; border-right: 7px solid #b3d9ff; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; }

Labels: