Subscribe

Chrome copy all CSS for an element

✍️

Getting all specific CSS styles in Chrome dev tools

30 Aug, 2020 · 1 min read

In modern-day CSS, the styles are divided among many selectors. Even tools like Tailwind make this happen.

But what if we want to get all CSS styles for one element?

Chrome dev tools has this fantastic feature built in.

This is how it works:

Chrome Dev tools Copy CSS Styles

To use it:

  • Open dev tools
  • Right-click an element in the Elements panel
  • Copy > Copy styles
  • Paste them where needed

Excellent and easy, right? You won’t know the number of times this can be useful!

Thank you for reading, and let’s connect!

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

Spread the knowledge with fellow developers on Twitter
Tweet this tip
Powered by Webmentions - Learn more

Read next 📖

Chrome 107: Keyboard shortcuts

7 Nov, 2022 · 2 min read

Chrome 107: Keyboard shortcuts

Chrome DevTools: Recorder

21 Jan, 2022 · 3 min read

Chrome DevTools: Recorder

Join 2099 devs and subscribe to my newsletter