Created
January 14, 2017 03:23
-
-
Save casprwang/5865641ea41472e3947e9c9f3e02723f to your computer and use it in GitHub Desktop.
get css value command in Chrome Tool console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getComputedStyle(document.getElementById('blue')).getPropertyValue('width') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment