html - How to center a (background) image within a div? -


is possible center background image in div? have tried - no success:

<div id="doit">   lorem ipsum ... </div>  //css #doit { background-image: url(images/pic.png); background-repeat: none; text-align: center; } 

is possible?

#doit {     background: url(url) no-repeat center; } 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -