dimanche 7 juillet 2019

CSS3 Background-repeat doesn't fit the pattern

I try to make a background by repeating a pattern. Here is the pattern I used: https://www.vecteezy.com/vector-art/93065-free-vector-zig-zag-backgrounds

On Adobe Illustrators it's fit perfectly:

enter image description here

But on website doesn't fit very well:

enter image description here

CSS for the container:

color: #ae8032;
background: #001224;
background-image: url(/assets/contact_pattern.svg);
background-size: 200px;
background-repeat: repeat;

Somebody knows how to fix that problem?

Aucun commentaire:

Enregistrer un commentaire