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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -