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>
    <button>
      <div>
        <div>why?</div>
        <div>are these centered vertically?</div>
        <div>And how to remove it?</div>
      </div>
    </button>
    
<hr>
    
    <input type="button" value="Input button">
    
<hr>
    
    
    <input type="text" value="Input text">
  </body>
</html>
 
button,
input[type="button"],
input[type="text"]{
  height: 200px;
}
Output 300px

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

Dismiss x
public
Bin info
qolamipro
0viewers