参考资料库
CSS 选择器速查表
类、ID、属性、后代和状态选择器提醒。
Class
参考: Select elements with a class.
.button ID
参考: Select one element by ID.
#main Attribute
参考: Select by attribute value.
input[type="search"] State
参考: Style hover state.
a:hover 参考资料库
类、ID、属性、后代和状态选择器提醒。
参考: Select elements with a class.
.button 参考: Select one element by ID.
#main 参考: Select by attribute value.
input[type="search"] 参考: Style hover state.
a:hover