问题描述
我不太了解编码,这实际上是学校的作业。我想在背景为渐变时使用position:fixed
,但是当我使用position:fixed
时背景渐变消失。
body{
height: 92vh;
margin-top: 60px;
width: 100%;
/*position: fixed; Probem when added*/
background-image: linear-gradient(rgb(204,63,142),rgb(9,78,195));
}
我想背景图片有问题
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)