Follow | Dashboard






Meerza's Tutorial

The Tutos !
About Tutorial Entries
Welcome Gaise !


Since Jan 2011

Why hello there . Mirza in here . This is my tutorial blog and sorry if i don't update the tutorial lately that's because i'm kind of busy . You can request the tutorial at my cbox on the personal blog and also visit my fanfic blog for some fanfic stories . Thank you .
Type Of Border
Saturday, August 27, 2011 | 6:08 PM | 1 comments

okayy .. ni code untuk border blockquote or ape2 jelaah yg menggunakan border .. use it wisely , ok ?


Code for border A

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

Code for border B 

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

Code for border C 

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

Code for border D

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

Code for border E

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

Code for border F

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

« Older posts | Newer posts»