.zigzag
h1 CODE
View Compiled
@import compass
html, body
height: 100%
width: 100%
body
background-size: 8px 100%
+background-image(repeating-linear-gradient(-45deg, white, white 50%, #111 50%, #111))
.zigzag
position: absolute
top: 50%
height: 160px
width: 100%
margin-top: -80px
text-align: center
color: transparent
background-clip: text
background-clip: text
text-fill-color: transparent
text-fill-color: transparent
background-size: 8px 100%
+background-image(repeating-linear-gradient(-45deg, #111, #111 50%, white 50%, white))
h1
font: bold 160px/160px Montserrat, sans-serif
View Compiled
This Pen doesn't use any external CSS resources.