change css position of word in html code example
Example 1: how to change the position of a button in css
#mainbutton {
position: relative;
bottom: 30px;
}
Example 2: what is the default value of the position property in css
position:static; /* is default pos value*/