Saturday, 5 July 2014

Bentuk-Bentuk Border




안녕하세요 친구(◠‿◠)....



Berikut adalah bentuk-bentuk Border untuk mempercantik Blog Chingu :

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

  • Example_2




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

  • Example_3
 


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

  • Example_4


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


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

  • Example_6



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

No comments:

Post a Comment