HTML笔记 html CSS笔记 1、CSS如何把DIV永远置于页面的底部 position:fixed; bottom:0; 利用绝对定位,然后设置底部距离为0 2、CSS圆角 border-radius:5px; 3、