css - I want to center some buttons inside a div html -


i new @ css , i'm having serious trouble dealing css, i'm using grails proyect have div

<div class="header"> <g:link controller="history" action="create" class="headerbutton">new consult</g:link> <g:link controller="patient" action="list" class="headerbutton">patient</g:link> <g:link controller="history" action="list" class="headerbutton">search</g:link> </div> 

i want these buttons centered inside div tried css, it's not working sticked on left

any solution??

in css use div.header{text-align:center;}, e.g. see jsfiddle.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -