CSS Posisi Teks di Tengah Secara Vertikal dan Horizontal
CSS div { width:100px; /* dimensi lebar */ height:100px; /* dimensi tinggi */ line-height:100px; /* sama dengan tinggi elemen, posisi di tengah secara vertikal */ text-align:center; /* posisi di tenga
…
Mengubah List/Daftar Menjadi Diagram Pohon
HTML <ul class="tree"> <li>List item 1</li> <li>List item 2 <ul> <li>List item 2.1</li> <li>List item 2.2</li> <li>List item 2.3</li> ... ... </ul> </li> <li>List item 3</li> <li>List item 4</li> <li>
…
CSS Font Stack · Bagian 2
Serif Garamond (23.84% on Mac, 86.24% on Windows) #foo { font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
Lucida Bright (64.90% on Mac, 33.84% on…

Webfonts Google Alternatif Bebas Neue
Set font-weight
menjadi normal
dan text-transform
menjadi uppercase
: h1 { font-weight:normal; text-transform:uppercase; font-family:Oswald,"Bebas Neue",Bebas,"Arial Narrow",Sans-Serif; }
Oswald - Gru…

Beberapa Saran Webfonts Google untuk Art Direction Bertema Komik/Koran/Retro
Bangers - Grumpy wizards make toxic brew for the evil Queen and Jack. Permanent Marker - Grumpy wizards make toxic brew for the evil Queen and Jack. Jacques Francois Shadow - Grumpy wizards make toxi…