Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html center button

button{
    /*Change the width as much as you like, but make sure 
    margin-left and margin-right + width = 100%*/
    width:50%;
    margin-left:25%;
    margin-right:25%;
}
 
PREVIOUS NEXT
Tagged: #html #center #button
ADD COMMENT
Topic
Name
1+2 =