Css居中div,Css居中img,Css居中文本,Css垂直居中div
/**********Css居中Div**********/ div.center { width: 100px; margin: 0 auto; } /**********Css居中img**********/ img.center { display: block; margin-left: auto; margin-right: auto; } /**********Css居中文本**********/ p.center { text-align: center; } /**********Css垂直居中Div**********/ .vcenter { min-height: 12em; display: table-cell; vertical-align: middle; }
相关推荐
hellowzm 2020-10-12
hellowzm 2020-08-18
AlisaClass 2020-07-19
qiupu 2020-11-04
多读书读好书 2020-11-03
RedCode 2020-10-28
jiedinghui 2020-10-25
Ladyseven 2020-10-22
zuncle 2020-09-28
Ladyseven 2020-09-11
jiedinghui 2020-09-07
xiaohuli 2020-09-02
葉無聞 2020-09-01
impress 2020-08-26
ThikHome 2020-08-24
nicepainkiller 2020-08-20