Css 这个网站的后台是怎么做到的?
Css Background how this site did it?
我在这个网站上找不到颗粒状灰色背景的来源..
图像是一个简单的 png,只有白线。背景上有颗粒状的叠加层吗?
我在这里错过了什么css?
.grey_texture_bg {
background: url(/assets/textured_grey.png) top left repeat;
}
背景来自 <section>
元素上的 classgrey_texture_bg
这里有一个很好的背景图案资源:subtlepatterns.com
我在这个网站上找不到颗粒状灰色背景的来源..
图像是一个简单的 png,只有白线。背景上有颗粒状的叠加层吗?
我在这里错过了什么css?
.grey_texture_bg {
background: url(/assets/textured_grey.png) top left repeat;
}
背景来自 <section>
元素上的 classgrey_texture_bg
这里有一个很好的背景图案资源:subtlepatterns.com