Contoh gambar di samping adalah contoh box yang sudut-sudutnya,dibuat
okeh,langsung aja saya kasih tw caranya…
#rounded-box {-moz-border-radius-topleft: 15px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 0px;-webkit-border-top-left-radius: 15px;-webkit-border-top-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 15px;
Contoh:
.post {-moz-border-radius:6px;-webkit-border-radius:6px;background:$postbgcolor;border:1px solid #C0C0C0;margin:0 0 10px;padding:10px;}
.post {-moz-border-radius-topleft: 15px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 0px;-webkit-border-top-left-radius: 15px;-webkit-border-top-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 15px;background:$postbgcolor;border:1px solid #C0C0C0;margin:0 0 10px;padding:10px;}
contoh:#main-wrapper {width:470px;background:#ffffff none repeat scroll 0 0;border:1px solid #000000;color:#000000;display:inline;float:right;min-height:500px;overflow:visible;padding:5px 15px 15px;position:relative;min-height:500px; }
#main-wrapper {width:470px;-moz-border-radius-topleft: 15px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 0px;-webkit-border-top-left-radius: 15px;-webkit-border-top-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 15px;background:#ffffff none repeat scroll 0 0;border:1px solid #000000;color:#000000;display:inline;float:right;min-height:500px;overflow:visible;padding:5px 15px 15px;position:relative;min-height:500px; }