Space Impact

Style Button CSS3

Style Button CSS3. Silakan masukan kode berikut sebelum kode ]]></b:skin>:
/* button*/
.button, .button:visited {
background: #2981e4;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer
}

.button:hover { background-color: #2575cf; }

Kemudian masukkan kode button ke teks yang diinginkan. Contohnya sebagai berikut:
<a class='button' href='/'>Sample</a>
Jadinya Sample

No comments:

Post a Comment