change positioning of a buttons text css code example
Example 1: Move button in CSS
<html>
<head>
</head>
<body>
<div style = "position:relative; left:80px; top:2px; background-color:yellow;">
This div has relative positioning.
</div>
</body>
</html>
Example 2: how to resize submit button in html
#search {
width: 20em; height: 2em;
}