<blockquote>"I think that beauty can injure you to death. It can cause an injury that can never be cured. Or it can so traumatise you, your life changes direction. The beauty of the harmony of nature that is forever lost, or a daily rite that you perform, or diving into the sea for a swim. Those experiences are going to mark you."
  <footer>&mdash;
    <cite>
        Toni Servillo
    </cite>
  </footer>
</blockquote>
body {
  font-size: 100%;
  font-family: 'Lora', serif;
  background: #333333;
}

blockquote {
  margin: 3.7em auto;
  padding: 2em;
  background: linear-gradient(white, white) padding-box, url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/80625/sea.jpg) border-box  0 / cover;
  border: 2em solid transparent;
  box-shadow: 5px 3px 30px black;
  font-size: 1.4em;
  font-family: 'Lora', serif;
  font-style: italic;
  line-height: 1.5;
  width: 40%;
}

footer {
  padding-top: 1.3em;
}

cite {
  font-style: normal;
  font-size: 1.2em;
  font-weight: bold;
}

@import url(https://fonts.googleapis.com/css?family=Lora);
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.