Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <ul>
    <li>a</li>
    <li>b</li>
    <li>c</li>
  </ul>
</body>
</html>
 
ul {
  -webkit-transform: rotate(-20deg);
  display: block;
  width: 500px;
  padding: 0;
  margin-left: 100px;
  margin-top: -50px;
  list-style: none;
  height: 400px;
}
ul li {
  width: 60%;
  border: 1px solid blue;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  -webkit-transform: rotate(20deg);
  text-align: left;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers