Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <style>
    div:active {
      background: blue !important;
    }
    
    div:focus {
      border: 1px solid green;
    }
    
    input:active {
      outline: 4px solid green !important;
    }
    button:active {
      outline: 4px solid green !important;
    }
  </style>
</head>
<body>
  <button>Before</button>
  <div tabindex="0" style="background: red; width: 50px; height: 50px;" autofocus></div>
  <input type="radio" style="outline: 3px solid blue;">
  <button>After</button>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
domenicpro
0viewers