Mecha versi 2.6.4 sudah dirilis!

CSS Reset

Paling Sederhana * { padding:0; margin:0; border:none; } Eric Meyer /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object,

CSS3 Tombol 3 Dimensi

CSS3 Tombol 3 Dimensi

HTML <a class='button3' href='#'>Tombol 3 Dimensi</a> CSS .button3 { cursor:pointer; margin:10px 0px; background:#479ECD; padding:10px 15px; margin:4px 2px; font:bold 16px Arial,Sans-Serif; color:#ff

Clear Text Field on Focus

#1 Hilangkan/bersihkan teks saat elemen input diklik: <input type="text" value="Telusuri..." onfocus="this.value='';" /> #2 Otomatis membersihkan teks bertuliskan Telusuri... saat elemen input diklik…

Pure CSS3 Ice Cream

Demo You have to eat this ice cream before it gets "HOT"! CSS #wrap22 { width:200px; margin:0px auto 0px; position:relative; text-align:center; -webkit-transform:rotate(-30deg); -moz-transform:rot