《css世界》學習筆記 一

文字少的時候,居中展示;文字多的時候,居左展示; 核心 CSS 代碼如下: .box { text-align: center; } .content { display: inline-block; text-align: left; }
相關文章
相關標籤/搜索