main

post

tutorlist

my blog



Letakkan cursor disini

Blogskin/Classic template :
1. paste code after </style>

Simple template :
1. paste code into HTML/JavaScript
<style>
blockquote{
border:2px solid #E6E6E6;
padding:3px;
width:400px;
background:#eee;
}
blockquote:hover{
border:2px solid #E6E6E6;
box-shadow: inset 0px 35px 1px 1px #faf;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}
</style>