css wavy line

Solutions on MaxInterview for css wavy line by the best coders in the world

showing results for - "css wavy line"
Romina
14 Jul 2017
1svg {
2  background: url('https://farm9.staticflickr.com/8461/8048823381_0fbc2d8efb.jpg') no-repeat center center;
3  background-size: cover;
4  width: 10%;
5  display: block;
6}
Lennard
22 Jan 2016
1svg {
2  background: url('https://farm9.staticflickr.com/8461/8048823381_0fbc2d8efb.jpg') no-repeat center center;
3  background-size: cover;
4  width: 1%;
5  display: block;
6}