Skip to content

Instantly share code, notes, and snippets.

@casprwang
Created January 14, 2017 03:23
Show Gist options
  • Save casprwang/5865641ea41472e3947e9c9f3e02723f to your computer and use it in GitHub Desktop.
Save casprwang/5865641ea41472e3947e9c9f3e02723f to your computer and use it in GitHub Desktop.
get css value command in Chrome Tool console
getComputedStyle(document.getElementById('blue')).getPropertyValue('width')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment