【发布时间】:2021-11-27 03:21:52
【问题描述】:
我正在创建一个网站登录窗口,背景是一张图片,但图片总是被切成两半并向上。
这是我正在使用的代码:
.loginbody {
background: url(img/LoginBackground3.jfif);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
font-family: sans-ser``if;
}
【问题讨论】:
标签: html css background background-image