Skip to content

Commit

Permalink
update: 扩展运算符
Browse files Browse the repository at this point in the history
  • Loading branch information
qianguyihao committed Aug 24, 2020
1 parent 92a32ad commit 516051b
Show file tree
Hide file tree
Showing 7 changed files with 429 additions and 398 deletions.
8 changes: 8 additions & 0 deletions 00-前端工具/01-VS Code的使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,14 @@ CSS Peek 对 Vue 没有支持,该插件提供了对 Vue 文件的支持。

一个超级详细和真诚的前端入门项目。


## todo

- [issues 84](https://github.com/qianguyihao/Web/issues/84)




## 参考链接

- [VSCode 插件大全| VSCode 高级玩家之第二篇](https://juejin.im/post/5ea40c6751882573b219777d)
Expand Down
4 changes: 2 additions & 2 deletions 02-CSS基础/01-CSS属性:字体属性和文本属性.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ CSS中,所有的行,都有行高。盒子模型的padding,绝对不是直

### `vertical-align: middle;` 属性

`vertical-align`属性可用于指定**行内元素**(inline)、**行内块元素**(inline-block)、**表格的单元格**(table-cell)的垂直对齐方式。
`vertical-align`属性可用于指定**行内元素**(inline)、**行内块元素**(inline-block)、**表格的单元格**(table-cell)的垂直对齐方式。主要是用于图片、表格、文本的对齐。

主要是用于图片、表格、文本的对齐。代码举例:
代码举例:

```css
vertical-align: middle; /*指定行级元素的垂直对齐方式。*/
Expand Down
Loading

0 comments on commit 516051b

Please sign in to comment.