收獲
- 小div在大div里面垂直居中的方法:
.parent {
width:800px;
height:500px;
border:2px solid #000;
position:relative;
}
.child {
width:200px;
height:200px;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
background-color: red;
}
- text-transform 屬性,設(shè)置文字的格式锯玛,text-transform:uppercase 代表大寫字母
- letter-spacing 屬性驯用,設(shè)置文字的字間距
- 圖標字體的使用 fontawesome
- 做了一個PC頁面,排版已經(jīng)完成 鏈接
打算
把頁面的媒體查詢和js效果加上去