Border ini boleh diletak sama ada pada title post, title sidebar, comment box dan lain-lain. Di bawah disediakan bentuk border beserta dengan kodnya. Korang just copy kod-kod border di bawah untuk sebarang trick yang melibatkan border ini.
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
-moz-border-radius-bottomright: 50px 25px;
border-bottom-right-radius: 50px 25px;
-moz-border-radius-bottomright: 25px 50px;
border-bottom-right-radius: 25px 50px;
-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
-moz-border-radius: 35px;
border-radius: 35px;
Related Posts :
0 comments:
Post a Comment