Skip welcome & menu and move to editor
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>Gradients</title>
</head>
<body>
  <ul>
    <li class="dirt"></li>
  </ul>
</body>
</html>
 
HTML {
  height: 100%;
  }
BODY {
  background: white;
  font: 16px/1.4 'Trebuchet MS', Verdana, sans-serif;
  }
UL {
  padding: 0;
  list-style: none;
}
LI {
  height: 15em;
  margin: 0 0 .5em;
  border-radius: 5px;
  color: #FFF;
  }
.dirt {
   background: skyblue linear-gradient(90deg,
    white 30%, transparent 60%
    );
  }
Output

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

Dismiss x
public
Bin info
yokselpro
0viewers