Border-radius (leftside)


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. -moz-border-radius-topleft: 4px;
  2. -moz-border-radius-bottomleft: 4px;
  3. -webkit-border-top-left-radius: 4px;
  4. -webkit-border-bottom-left-radius: 4px;
  5. border-top-left-radius: 4px;
  6. border-bottom-left-radius: 4px;

Report this snippet


Comments


You need to login to view comments.