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>
</head>
<body>
<div class="page-error__wrap">
  <p class="page-error__title">404</p>
</div>
</body>
</html>
 
.page-error {
  padding-top: 80px;
  padding-bottom: 80px;
  @keyframes rotate {
    from { transform: rotate(0);}
    to { transform: rotate(360deg); }
  }
}
  .page-error__wrap {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    background-image: url(https://img2.akspic.ru/image/146213-tigr-hishhnik-zivotnoe-bengalskij_tigr-bakenbardy-3840x2160.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
    // animation: rotate 3s linear infinite;
  }
  .page-error__title {
    font-size: 300px;
    text-align: center;
    color: transparent;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers