CSS3 Background-repeat不适合该模式

时间:2019-07-07 14:55:55

标签: css design-patterns repeat

我尝试通过重复图案来制作背景。 这是我使用的模式:https://www.vecteezy.com/vector-art/93065-free-vector-zig-zag-backgrounds

在Adobe Illustrators上非常合适:

enter image description here

但是在网站上不太适合:

enter image description here

容器的CSS:

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

有人知道如何解决该问题吗?

0 个答案:

没有答案