【发布时间】:2022-01-24 00:44:21
【问题描述】:
我正在尝试将背景图片放在标题中,但它没有出现
header{
width: 100vw;
height: 100vh;
background-image: url("../img/header-bg.png");
background-position: bottom;
background-size: cover;
align-items: flex-end;
display: flex;
justify-content: center;
}```
【问题讨论】:
-
您是否尝试将
margin: 0;放入正文选择器中?我认为这会有所帮助
标签: html css background-image