Css Float Center Button Code Example


Example: 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%;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable