Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <link rel="stylesheet" href="https://cdn.rawgit.com/yui/yui3/master/src/cssreset/css/cssreset.css">
</head>
<body>
  <h1>Such color</h1>
  
</body>
</html>
 
h1 {  
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18vw;
  text-align: center;
  line-height: 56.3vw;
  color: orangered;
}
@supports (-webkit-background-clip: text) {
  h1 {
    background-image: url(https://jsbin-user-assets.s3.amazonaws.com/simevidas/141208142600-03-gender-neutral-gifts-horizontal-large-gallery.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text; /* in the future? */  
    color: transparent;
  }
}
Output

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

Dismiss x
public
Bin info
simevidaspro
0viewers