css - Center my content- What is The Best Way? -
i trying figure out best way center content , sidebar on page. nothing i've tried working (i'm new css & html). tried setting widths percentages, , set margin @ auto, something's not working. don't want have fixed width because different on different screens. not sure best way go is, appreciated! tried overflow: auto takes away border-radius on home page... http://flashandshine.com/port/?page_id=73
you can tray css in container:
.container { width:80%; display:table; margin: 0 auto; }
Comments
Post a Comment