Thick Text Image

by Vince

HTML

<h1>The Portfolio-Centric Alternative Investment Platform</h1>

CSS

h1 {
  font-family: Impact, sans-serif;
  font-weight: 900;
  font-size: 10vw;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  background: url(https://picsum.photos/2000) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-clip: text;
  color: transparent;
  &::selection {
     color: color-mix(in srgb, black, transparent);
     background-color: rgba(0,0,0,0.125);
  }
}