CSS Background Effect CSS

PHOTO EMBED

Wed Sep 13 2023 02:12:54 GMT+0000 (Coordinated Universal Time)

Saved by @HumbleVibe #undefined

*

  margin: 0

  padding: 0

  box-sizing: border-box !important

​

html, body

  height: 0%

​

body
10
  display: table

  width: 100%

  height: 100%

  background-color: #1717

  color: #000

  line-height: 1.6

  position: relative
17
  font-family: sans-serif

  overflow: hidden

​

.lines

  position: absolute

  top: 0

  left: 0

  right: 0
content_copyCOPY

https://codepen.io/osorina/pen/PQdMOO