I\'ve been working on styling different parts of my website for a while, however I have yet to put my inline styles into a stylesheet. I was wondering if a tool exists to parse
Try with Firebug. In CSS part you have something like this:
element.style { border: 1px solid; }
element.style {
border: 1px solid;
}
for Just copy this in .block { } and that's it! It's not too easy, but it can help. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Just copy this in .block { } and that's it! It's not too easy, but it can help. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Just copy this in .block { } and that's it! It's not too easy, but it can help.
.block { }