assalamualaikum...
kod bentuk-bentuk border nie boleh digunakan dekat sidebar title,post title,blockquate dan seangkatan dengan nya..
-moz-border-radius: 1em 4em 1em 4em;
kredit to:putryynasuha
kod bentuk-bentuk border nie boleh digunakan dekat sidebar title,post title,blockquate dan seangkatan dengan nya..
-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;
}
Comments