css - How do I get this code to center a div id? -


#border-search {     position: relative;     display: block;     margin-left: 10px auto !important;     margin-right: 10px auto !important;     width: 100% !important;   } 

here js fiddle

https://jsfiddle.net/matsuiny2004/7dms170p/

add text-align:center; css. here fiddle https://jsfiddle.net/7dms170p/2/


Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -