Copy all css class / id attributes with chrome check

Is there a way to quickly copy all the css code of a checked item in google chrome?

I found that when designing it is sometimes easier to change css on the fly by checking the correct pixel distances, instead of changing the code and refreshing the page.

Is there such an opportunity?

+1
source share
1 answer

thanks to steveax's comment, I was able to find the answer that I will share with you.

After the edited element has been edited by going to the sources tab and selecting the appropriate CSS where this element is defined, the edited attributes will appear there, which you can copy regularly.

Obviously, a copy directly from the style window will be more convenient.

+1
source

Source: https://habr.com/ru/post/1446118/


All Articles