summaryrefslogtreecommitdiff
path: root/legacy/works/button-height.html
blob: d0cf1397184189b2ed365ba4f5ac7f7c13592477 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Form Button Height</title>
</head>
<body>
<div style="text-align: center;">
<form method="get" action=""><input style="border-width: 20px;" type="submit" value="Click"></form>
<div>

</body>
</html>