@gtalinSubmitted over 1 year ago
Displaying a wave pattern without using another div
was a bit tricky. Used a before
pseudo-element for displaying the wave pattern. Initially used the content
property but that did not give much control over the size and locaition of the image. So used the background-image
property on the before
pseudo-element instead.