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>
  <header>
    <h1>Blurry header image</h1>
  </header>
</body>
</html>
 
body {
  font-family: Avenir Next, SegoeUI, sans-serif;
}
header {
  padding-bottom: 56%;
  height: 0;
  background-color: #00aabb;
  background-image: filter(url(https://jsbin-user-assets.s3.amazonaws.com/thatemil/tinyimg.jpg), blur(1px));
  background-size: 100px 100px; /* ...or any other value, really. */
  text-align: center;
  overflow: hidden;
  position: relative;
}
h1 {
  color: #fff;
  margin-top: 20%;
}
Output

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

Dismiss x
public
Bin info
thatemilpro
0viewers