Tutorial : Code Border ON Wednesday, May 30, 2012 AT 11:32 PM
Assalamualikum ,dengan lafaz BISMILLAHIRAHMANIRAHIM ,kami share dengan hampa kod bentuk border bagi blocquote ,sidebar ,main body post tittle,sidebar tittle dan sebagainya .Gunalah kayy .
#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 yang warna purple saja tau :)Labels: TutOrial
Older Post | Newer Post