We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
举例来说,要把表单元素的字体设定为与页面的其他部分相同,你并不需要重复指定字体属性,只需利用 inherit 的特性即可
inherit
“表单元素” 指的是输入框、按钮等元素。
为什么要把表单元素的字体设定为 “与页面的其他部分相同”?为什么表单元素不能自动从祖先元素那里继承字体样式?这是因为在浏览器的默认样式中,通常已经给表单元素指定了字体样式。当一个元素自身已经指定某个属性之后,就无法从祖先元素那里继承了。
——在 Iterations 中实践响应式设计
Iterations 是 Basecamp 公司的一个内部管理工具。
Basecamp 公司原来叫做 37signals,从 2014 年开始改为现在的名字。Basecamp 原来是这家公司的主打产品的名字,后来当产品的名气远远超过公司名气的时候,公司改名也就是顺理成章的事情了。
The text was updated successfully, but these errors were encountered:
不错,减少 hack。
Sorry, something went wrong.
之前是知其然,不知其所以然。。。今天算是理解透了!
挺好
No branches or pull requests
花絮与注解
第 10 页 · 第三段
“表单元素” 指的是输入框、按钮等元素。
为什么要把表单元素的字体设定为 “与页面的其他部分相同”?为什么表单元素不能自动从祖先元素那里继承字体样式?这是因为在浏览器的默认样式中,通常已经给表单元素指定了字体样式。当一个元素自身已经指定某个属性之后,就无法从祖先元素那里继承了。
第 12 页 · 最后一行
Iterations 是 Basecamp 公司的一个内部管理工具。
Basecamp 公司原来叫做 37signals,从 2014 年开始改为现在的名字。Basecamp 原来是这家公司的主打产品的名字,后来当产品的名气远远超过公司名气的时候,公司改名也就是顺理成章的事情了。
延伸阅读
The text was updated successfully, but these errors were encountered: