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>
  <div class="wp w1"></div>
  <div class="wp w2"></div>
</body>
</html>
 
*{
  padding:0;
  margin:0;
  border:0;
  box-sizing:border-box;
}
.wp{
    margin:5px;
    width: 400px;
    height: 300px;
    border-radius: 10px;
}
.w1{
   background:radial-gradient(ellipse at bottom left, rgba(0, 39, 255, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
radial-gradient(ellipse at top left, rgba(0, 39, 255, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
radial-gradient(ellipse at bottom right, rgba(0, 39, 255, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
radial-gradient(ellipse at top right, rgba(0, 39, 255, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
linear-gradient(to bottom, rgba(6, 188, 255, 0.25), rgba(196, 4, 4, 0.4));
}
.w2{
      background:
      linear-gradient(limegreen, transparent),
      linear-gradient(90deg, skyblue, transparent),
      linear-gradient(-90deg, coral, transparent);
      background-blend-mode: screen;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers