CSS块元素居中

xiaoxiao2021-02-28  85

简介

在CSS中经常需要用到块元素居中,偶然遇到一种解决办法,如下,将margin的左右距离均设值为auto则元素自动居中。

{ margin-left:auto; margin-right:auto; width:70%; background-color:#b0e0e6; }

转载请注明原文地址: https://www.6miu.com/read-83676.html

最新回复(0)