Skip to content

Commit 305a30d

Browse files
committed
add css
1 parent b491dcb commit 305a30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
177177
- webkit 水平居中
178178
```css
179179
display:-webkit-box;-webkit-box-pack:center; -webkit-box-align: center;
180+
position:absolute; top:50%;left:50%;transform:translate(-50%,-50%);
180181
```
181182
- 取消chrome 搜索x提示
182183
```css

0 commit comments

Comments
 (0)