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>xxx суперскрипт xxx</title>
</head>
<body>
<center>
  <div id="header">
    xxx
  </div>
  <p class="content">
    суперскрипт<br>
    <input
      type="submit"
      value="не активирован"
      onclick="
        var all = document.getElementsByTagName('*');
        for (var i=0, max=all.length; i < max; i++) {
          all[i].style.transform = 'scale(1.05)';
        }
        this.value='активирован';
      "
    >
  </p>
  xxx
</center>
</body>
</html>
 
#header {
  border: 3px solid #000;
  background-color: #f22;
  padding: 8px;
  font-size: 19px;
}
.content {
  color: #3f3;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers