To begin test, open DevTools, select the Elements panel. Expand the Styles pane in the sidebar.
-webkit-transform:skew(-10deg,-3deg); color: green; background: #CCC; border: 2px solid blue; padding: 5px 6px 7px 8px;While changing all the property values, you should see corresponding live page changes.
font-family: monospace;The font of the test string should alter to a monospaced one.