<p>overlay(オーバーレイ)</p>
body {
background: #0bd url(http://webcreatorbox.com/sample/images/beach-footprint.jpg) no-repeat;
background-blend-mode: overlay;
background-size: cover;
}
p {
font-family: Meiryo, "Hiragino Kaku Gothic Pro W3",sans-serif;
text-align: center;
margin-top: 150px;
color: #fff;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.