Sunday 1 December 2013

Tutorial : Bentuk-Bentuk Border







** Border-boder kat atas ni korang boleh guna untuk Post Title atau Sidebar
Untuk Post Title : seacrh >  h3.post-title {  (kalau takde, carilah code yg lebih kurang macam ni:)
Untuk Sidebar Title : search > h2 { (kalau takde, carilah code yg lebih kurang macam ni :)

#Example_A  {
 -moz-border-radius-bottomright: 50px;border-bottom-right-radius: 50px;

#Example_B {

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

#Example_C {

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

#Example_D {

-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;

#Example_E {

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

#Example_F {

-moz-border-radius: 35px;
 border-radius: 35px;

 Paste code yang warna MERAH sahaja di bawah code yang perlu korang carikan tu












No comments:

Post a Comment