【发布时间】:2021-09-04 10:56:57
【问题描述】:
背景中有两个圆圈,一个在左上角,一个在右下角。 对于台式机没问题,但对于移动设备,它应该与设计中的一样。 我不明白如何解决这个问题。你能帮忙吗?
给定设计:
我做了什么:
背景圆圈位置不对
Github - github
body {
background: url('images/bg-pattern-top.svg'), url('images/bg-pattern-bottom.svg'), #19a2ae;
background-position: -80% 50%, 170% -40%;
background-repeat: no-repeat, no-repeat;
background-size: 70%, 70%;
display: flex;
justify-content: center;
align-items: center;
}
【问题讨论】:
标签: html css svg background position