Blockquote 4
Monday, October 22, 2012 // 0 comments
Hello~
Copy kode ini, dan paste di ATAS kode </style>
blockquote {p/s: Text warna merah: Ganti dengan kode warna yang kau suka.
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
border-bottom:2px solid transparent;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border-left: 4px solid #E9D8F1;
padding:3px;
color: #777;
background-color:#fff;}
blockquote:hover {
border-left: 8px solid #F1D8EC;
padding:3px;
color: #777;
background-color:#fff;}

