mcin0244 / mcin0244.github.io

http://emmamcinall.ca/
0 stars 0 forks source link

Logo won't centre #1

Open mcin0244 opened 9 years ago

mcin0244 commented 9 years ago

Main logo will not centre header parallax.

Have tried: .container img{ width: 250px; opacity: 0.9; line-height: 350px; text-align: center; margin-right: auto; margin-left: auto; text-transform: uppercase; }

comacchio commented 9 years ago

I think you can just use:

.container img{ text-align: center; or text-align: -webkit-center; }

It seems like that is what google uses and that is what artisin uses. check it out -- http://www.artisinbakery.com/

thomasjbradley commented 9 years ago

Add display: block to it—the margin auto trick only works on block level elements.