Skip to content

Commit b47cc9f

Browse files
committed
little chanage
little chanage
1 parent 9ec1fd0 commit b47cc9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ visibility
6363
#### 水平居中和垂直居中
6464
- 如果需要居中的元素为常规流中的inline元素,为父元素设置`text-align:center`;即可实现
6565
- 如果需要居中的元素为常规流中的block元素,1)为元素设置宽度,2)设置左右margin为auto。3)IE6下需在父元素上设置`text-align: center`;,再给子元素恢复需要的值
66+
。。。
6667

6768
#### 解释css sprites,如何使用
6869
css精灵,把一堆小的图片整合到一张大的图片上,减轻服务器对图片的请求数量
69-
###### -----还有没其他的
70+
###### -----还有没其他的图片优化的方式
7071

7172
#### 优先级算法如何计算
7273
重要性和来源的优先级排序从低到高是:

0 commit comments

Comments
 (0)