Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <style>
  
body {
  background: #25873A;
}
#button {
  width: 100px;
  height: 100px;
}
</style>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <input type="button" id="button" value="click to toggle" onclick="toggleFullScreen()">
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers