<div>
  <h1>spring</h1>
</div>
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic); 
* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url(http://publicdomainarchive.com/wp-content/uploads/2014/05/public-domain-images-free-stock-photos-tree-blossoms-bench-1-1000x666.jpg);
  background-size: cover;
  background-color: white;
  height: 100vh;
  width: 100vw;
}
body:before {
  content: " ";
  display: block; 
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .85);
  -webkit-filter: blur(3px);
  position: absolute;
  left:0;
  z-index: -1;
}
h1 {
  font: 700 italic 25vw "Playfair Display", script;
  text-align: center;
  background: url(http://publicdomainarchive.com/wp-content/uploads/2014/05/public-domain-images-free-stock-photos-tree-blossoms-bench-1-1000x666.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
}
div {
  height: 100vh;
  display: table;
}
/* Code from Sara Soueidan's codepen */

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.