Saturday, 15 August 2015

html - How to center lists and tables in css -



html - How to center lists and tables in css -

both list , table in css on left side of page , want center them.

here illustration of code have tried typing text-align:center: have done body , centered everything.

ul { font-family: arial black, gadget, geneva, swiss, sans-serif; font-size: 90%; width:20%; color:purple; list-style-type:square; }

if add together next text-align: center; wrapper element , add together next css code <ul>-tag, <ul> centered want be:

margin: 0 auto; text-align: left; display: inline-block;

working jsfiddle

also: working jsfiddle table

html css list table

No comments:

Post a Comment