开发者

Can I tweak a page's appearance using Google Chrome's developer tools?

开发者 https://www.devze.com 2022-12-27 06:39 出处:网络
When I\'m working on a web page lay开发者_如何学Pythonout, I often use Firefox and Firebug to tweak the CSS until it looks right, then modify my style sheet to match.

When I'm working on a web page lay开发者_如何学Pythonout, I often use Firefox and Firebug to tweak the CSS until it looks right, then modify my style sheet to match.

Right now, I'm trying to fix something that looks fine in other browsers but wrong in Google Chrome. I have pulled up Chrome's Developer Tools, and can inspect the computed style, but don't see a way to edit values and see the results on my page.

Is there a way to do this?


Yes. For CSS, for example, you double click on the property in the right pane. For HTML, right click on an element and select "Edit as HTML".

0

精彩评论

暂无评论...
验证码 换一张
取 消