
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…
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…
CSS3 Gradient Warning Line
CSS .alert { background-color:yellow; background-image:-webkit-repeating-linear-gradient(45deg, yellow 15px, yellow 35px, black 30px, black 60px); background-image:-moz-repeating-linear-gradient(45deg…

CSS3 Lined Paper
Kertas Kuning .paper1 { width:60%; padding:0px 20px; margin:10px auto 10px; font:normal 11px Georgia,Serif; line-height:30px !important; background-color:#F2EA7E; background-image:-webkit-repeating-l…

CSS3 Melodi
Lihat Demo CSS #outer { width:200px; height:200px; margin:50px auto 0; position:relative; /* dilakukan setelah gambar sudah tersusun */ -webkit-transform:skew(0deg, -10deg); -moz-transform:skew(0deg,…