具有线性渐变的 CSS 重复模式
我正在尝试使用 Photoshop 图案。我正在构建一个网页,我想在其中使用我的图案为我的网页背景提供良好的效果。
我发现的图案是120x120像素
如果我在这里完成了我应该使用这个CSS:
background-imag:url(mypattern.jpg);
background-repeat:repeat;
但我还没有完成。我想**向我的页面背景添加一个线性渐变(dir = top / down col = light-blue / green),其顶部有图案填充层,混合模式=变暗**。
这是最终效果:
我进入正题了。
问题: 将线性垂直渐变效果和我的 120x120 图案相结合,是否可以找到一种可以在垂直和水平方向上无限重复的图案?这是这种情况下的常见解决方案吗?
希望很清楚
谢谢卢卡
,
I'm on my first approach with photoshop patterns.I'm buildin a webpage where I want to use my pattern to give a nice effect to my webpage background.
The pattern I found is 120x120 px
If I was done here I should use this css:
background-imag:url(mypattern.jpg);
background-repeat:repeat;
But Im not done.Id like to **add to my page's background a linear gradient(dir=top/down col=light-blue/green) with the pattern fill layer on top of it, with blending mode=darken **.
This is the final effect:
I come to the point.
QUESTION:
Combining linear vertical-gradient effect and my 120x120 pattern is it possible to find a pattern that I could use to repeat itself endlessly both vertical and horizontal??which is a common solution in this case?
Hope It's clear
thanks
Luca
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
或者您可以使用背景渐变 css3
使其在 IE lte 7 中工作添加:
颜色以
#aarrggbb
格式提供,其中 aa=alpha(透明度),其余与正常的十六进制颜色一样。or you can use background gradinent css3
to make it work in IE lte 7 add:
color is provided in
#aarrggbb
format, where aa=alpha(transparency), rest like normal hex color.应用
在gradient.png 是白色渐变的地方,它的底部变得透明。
Apply
where gradient.png is your white gradient which becomes transparent to it's bottom.
Dis 将起作用,具有线性或径向渐变的背景图案:
Dis will work, bg pattern with linear or radial gradient: