请问网页的背景如何设置成加糙(带线条)的?示例网页如下

图片说明

https://www.5xiaobo.com/ ;;背景图是正常光滑的

.bg-fixed {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1;
background: url(images/bg-fixed.png) repeat;
*background: 0;
}

图片在下面 很小 注意看:

图片在这里

或者这个链接

https://img-ask.csdn.net/upload/201906/03/1559531379_26321.png

随便写个div 加上上面的class 就好了