Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div class="button-panel">
                <input class="button" title="Sign In" value="Login" type="submit">
            </div>
</body>
</html>
 
  .button-panel .button {
      -webkit-appearance: none;
      border: none;
      cursor: pointer;
      height: 55px;
      font-size: 27px;
      letter-spacing: 0.05em;
      text-align: center;
      width: 100%;
      font-family: 'Avenir Next';
      display: inline-block;    
      font-weight: 300;
      background-color: #6699FF;
      outline: 3px solid #6699FF;
      line-height: 59px;
    height: 100%;;
  }
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers