Is there any problem creating a CSS class like this:
[test] { font: 13px; }
and use it in an HTML attribute as this:
&
HTML: CSS: .test { font:13px; } its good to use classes. Example: /* All these match that */ .module { } .accordion { } .expand { } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
its good to use classes. Example:
/* All these match that */ .module { } .accordion { } .expand { }