Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyonghong committed Oct 26, 2015
1 parent 976d00b commit dc957d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ textarea{resize:none}
```css
a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
```
- 取消input,button焦点或点击时蓝色边框
```css
input{outline:none;}
```
- webkit 水平居中
```css
display:-webkit-box;-webkit-box-pack:center; -webkit-box-align: center;
Expand Down

0 comments on commit dc957d9

Please sign in to comment.