2017年2月20日 星期一

【CSS】水平

最近常常遇到要做到水平的套版,紀錄一下常用的方式

/*水平顯示*/
display: inline-block;

/*往左浮動*/
float: left;

沒有留言:

張貼留言