how to change the y position of text on a button css code example
Example: how to change the position of a button in css
#mainbutton {
position: relative;
bottom: 30px;
}
#mainbutton {
position: relative;
bottom: 30px;
}