知识点
- 无序列表去掉前面符号: list-style:none;
- 快速形成列表: ul>li*9>a[#]{爱宠知识}
- 盒子与网页边距为0:margin:0;
- 调整元素的层叠顺序:z-index:2; (数值从0-999,数值越大,元素越在上面)
- 标准盒子居中显示:margin:0 auto;
- 外部链接css
<head>
<link rel="stylesheet" href="css/index.css>
</head>
<head>
<link rel="stylesheet" href="css/index.css>
</head>