Tuesday, August 3, 2010

Tutorial : Bentuk-bentuk border

Ok hari ini aku dengan rela hati nak bagi code bentuk-bentuk boerder ni kat ampa . Cara nak guna ? Senang ja . Ampa just pilih n letak la . Ampa boleh letak untuk post title or sidebar title . NI contoh border dia :







 
 
 
 
okeh . Ni pulak code-code dia . Selamat memilih :)

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;
}

No comments:

Post a Comment