gpt4 book ai didi

css - opacity 属性有一些问题

转载 作者:行者123 更新时间:2023-11-28 10:23:14 26 4
gpt4 key购买 nike

我希望我的 HTML 背景不透明度为 .9,但由于某些原因它不起作用。为什么会这样我真的不明白...

CSS

html{
background: url(http://img.pixland.uz/u841f174959.jpg
) no-repeat center center fixed;
background-size: cover;
opacity: 1; <!-- if i decrease opacity 1 to 0.9 it will become very small -->
}

demo

最佳答案

Have a fiddle!

CSS

html,body{
background: url(http://img.pixland.uz/u841f174959.jpg) no-repeat center center fixed;
background-size: cover;
opacity: 0.5;
height: 100%;
}

关于css - opacity 属性有一些问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23880571/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com