CSS Untuk Menghias Blockquote Dengan Efek Hover | Dezain
Posted by : Unknown Minggu, 02 Maret 2014


CSS Untuk Menghias Blockquote atau Kotak Quote - Hallo, pada post kali ini Dezain akan memberikan tutorial untuk menghias Blockquote atau lebih familiar dengan nama "Kotak Quote"

Blockquote ? boleh liat contohnya ?
Tentu saja, inilah contohnya.

Langsung saja masuk langkah pertama, seperti biasa carilah code  ]]></b:skin> 
Setelah itu copy css dibawah ini dan letakkan persis diatas code diatas.

blockquote {
font-style: italic;
color: black;
border: 1px double #DDD;
padding: 25px;
border-radius: 5px;
overflow: hidden;
background: white;
border-left: 5px solid #2980b9;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
blockquote:hover {
font-style: none;
color: white;
border: 1px double #DDD;
padding: 25px;
border-radius: 5px;
overflow: hidden;
background: #0068AD;
border-left: 5px solid #2c3e50;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

Seperti biasa, kembangkanlah css tersebut.
Karena dengan mengembangkannya kita akan mengerti apa fungsi dari setiap code-code tersebut.

Salam Dezain.


{ 1 komentar... read them below or add one }

  1. Bgus banget tipsnya gan, bisa dicoba nih di blog ane...makasih gan

    BalasHapus

- Copyright © 2014 Dezain - Katro Flat - Powered by Blogger - Re-Designed by Muhammad Sofyan - Designed by Johanes Djogan