使用CSS樣式和布局控制內(nèi)容垂直和水平居中代碼:
.container {
display: flex;
flex-direction: column;
align-items: center; /* 水嚴(yán)居中*/
justify-content: center; /* 委直居中*/
text-align: center;
}
.dollar {
border-radius: 5px; /* 旅加圓急 */
background-color: #f2f2f;
}示例代碼截圖:

我是有底線的
掃描二維碼手機(jī)查看該文章
文章引用:http://www.qingbaosc.com/news/webzhishi/1411.html




