Bella
ENTRY BIAS ABOUT TUMBLR TWITTER NEWER OLDER +FOLLOW
Post Title Hover with Icon
Hello ebelibadi. Hari nie gua mau buat itu tutorial lha! Tutorial gua hari nie adalah Post title hover. haha gangster tak-2 :p. Okay apa benda post title 2?? hahh benda nie sejenis kalau korang bawak mouse korang 2 dekat post title nanti dye jd hover mcm Biela punye nie. hahh nak buat tak? Okay jom follow me


First, pergi Design > Edit HTML then click Ctrl+F copy code nie
.post-title {
Then, copy code nie
margin: 0px;padding: 6px;font-size: 115%;font-weight: Normal;font-color: #000000;line-height: 1.1em;text-align: right;background: url(gambar background);border-top: 4px solid #585858;border-bottom: 3px solid #585858;text-shadow: 2px 1px 2px #94B3FF;}
.post-title:hover {margin: 0px;padding: 6px;font-size: 115%;font-weight: Normal;font-color: #000000;line-height: 1.1em;text-align: right;background-image:url(URL BACKGROUND);background-position:center;background-repeat:no-repeat;border-top: 2px solid #585858;border-bottom: 2px solid #585858;text-shadow: 2px 1px 2px #94B3FF;-webkit-transition: 1s;}}

0 comment[s] | back to top