主页面图标居中显示,并且随浏览器大小变化移动

代码为目前正在做的“中华美食”主题网站中的代码:

 

外部添加样式:

#tb_div{
    position: absolute;
    top: 0px;
    height:120px;
    width:100%;
    background-size: cover;
    display: flex;
    flex-direction: column;

}

内部添加样式:
#tubiao{
    background-color:white;
    border-radius: 20px;
    width: 120px;
    height: 120px;
    align-self:center;
}

你可能感兴趣的:(css)