//Double N



Tutorial : Bentuk-bentuk Border
01 Julai 2011 | 0 comment(s)
Hmm, nak bagi kat korangg bentuk-2 border. Kalau nak ambik lah. Tak nak dah.







Kalau nak buat tok title post, search code h3.post-title { and paste kat bwh code tuh.
Kalau nak buat untuk Sidebar Title Background, search code h2 { and paste bwh tuh.

--> Code A

-moz-border-radius-bottomright: 50px; border-bottom-right-radius: 50px;

--> Code B

-moz-border-radius-bottomright: 50px 25px;border-bottom-right-radius: 50px 25px;

--> Code C

-moz-border-radius-bottomright: 50px 25px;border-bottom-right-radius: 50px 25px;

 --> Code D

-moz-border-radius-bottomright: 50px 25px;border-bottom-right-radius: 50px 25px;

--> Code E


-moz-border-radius: 25px 10px / 10px 25px;border-radius: 25px 10px / 10px 25px;


--> Code F

-moz-border-radius: 25px 10px / 10px 25px;border-radius: 25px 10px / 10px 25px;

Kalau dah siap, Preview dulu jadi tak. Then SAVE :)

Credits to : Kak Lyssa Chumil 



Older Post . Newer Post