CSS居中可随着浏览器变大变小而居中_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:05:48
CSS居中可随着浏览器变大变小而居中_html/css
CSS居中可随着浏览器变大变小而居中_html/css_WEB-ITnose:关键代码: 外部DIV使用: text-align:center; 内部DIV使用: margin-left:auto;margin-right:auto 例: 居中
导读CSS居中可随着浏览器变大变小而居中_html/css_WEB-ITnose:关键代码: 外部DIV使用: text-align:center; 内部DIV使用: margin-left:auto;margin-right:auto 例: 居中

关键代码:
外部DIV使用: text-align:center;
内部DIV使用: margin-left:auto;margin-right:auto
例:
CSS居中可随着浏览器变大变小而居中_html/css
CSS居中可随着浏览器变大变小而居中_html/css_WEB-ITnose:关键代码: 外部DIV使用: text-align:center; 内部DIV使用: margin-left:auto;margin-right:auto 例: 居中