画像はdivの真ん中にあります

<li class="branda">
	<img src="[path]" alt="">
</li>
.branda {
    width: 380px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;  
}

画像はdivの真ん中に配置します。上記の方法で大丈夫です。他の方法も今後更新していきます...

 

おすすめ

転載: blog.csdn.net/qq_42809973/article/details/105791220