Request is CLOSED for unknown period. Gomen!

Customize Strike and Underline


Strike
Search code:
/* Header
----------------------------------------------- */
and then paste this code under that code:
strike {
-webkit-transition: 0.5s;
text-decoration: strike;
color:#000000;
}
strike:hover {
-webkit-transition: 0.5s;
text-decoration:none;
color:#000000;
}
Change with your own colors!

----------------------------------------

Underline


Search:
/* Header
----------------------------------------------- */
and paste this code under it:
u {
text-decoration:none;
border-bottom:2px solid #000000;

2 Purple Paper[s]:

Indah Ana Vian said...

Phidayaa, yg "2px solid" itu maksudnya buat apaan?? Trus, apa pengaruhnya nanti??!!

Daniella Vidya said...

2px = ketebalan border. kalo mau lebih tebel ya pake 3px, tapi kalo mau tipis pake 1px aja.

solid = jenis border. ada macem-macem kok. dotted, dashed, double, dan groove. terserah mau kayak gimana ^^