Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<meta charset=utf-8 />
<title>Border-radius</title>
</head>
<body>
  
  <div>border-radius: 50px / 5px;</div>
  
  </body>
</html>
 
DIV {
  border-radius: 50px / 5px;  
  }
/* Decorations
------------------------*/
BODY {
  background: white;
  }
DIV {
  margin: 20px;
  padding: 45px 40px;
  background: gold;
  text-align: center;
  font-size: 27px;
  }
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x