I have these HTML and CSS:
#siteInfo input[type="button"] { background: none repeat scroll 0 0 #66A3D2; border-color: #FFFFFF #327CB5 #327CB5 #FFFFFF; border-radius: 10px 10px 10px 10px; border-style: solid; border-width: 1px; box-shadow: 1px 1px 3px #333333; color: #FFFFFF; cursor: pointer; font-weight: bold; padding: 5px; text-align: center; text-shadow: 1px 1px 1px #000000; }
<div id="siteInfo"> <p>Some paragraph.</p> <input type="button" value="Some Button"> </div>
You need to put the text-align:center on the containing div, not on the input itself.
text-align:center
1.4m articles
1.4m replys
5 comments
57.0k users