Skip to content

Commit

Permalink
add questions
Browse files Browse the repository at this point in the history
  • Loading branch information
front-thinking committed Dec 26, 2015
1 parent 4fc285f commit d119fa7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,14 @@
63. 选取两个数的最大公约数

答案:[JS how to find the greatest common divisor](http://stackoverflow.com/questions/17445231/js-how-to-find-the-greatest-common-divisor)

64. Node模块是如何寻址的

答案:《NodeJS深入浅出》模块开发那一章有详解。

65. ES6新增的特性

答案:

## CSS

Expand Down Expand Up @@ -440,7 +447,9 @@

答案:首先,找出所有应用到该标签的所有规则。然后按照下面的规则进行应用:1、!important规则最重要,大于其它规则;2、行内样式规则,加10003、对于选择器中给定的各个ID属性值,加1004、对于选择器中给定的各个类属性、属性选择器或者伪类选择器,加105、对于选择其中给定的各个元素标签选择器,加16、通配符和结合符给予特殊性没有任何贡献;7、如果权值一样,则按照样式规则的先后顺序来应用,顺序靠后的覆盖靠前的规则。

8. flexbox布局
8. flexbox布局及相关设置

答案:

9. 块级元素和行内元素的异同

Expand Down

0 comments on commit d119fa7

Please sign in to comment.