html - Center a <ul> list -
i've been trying find solution problem, nothing has worked me far. hope help.
i'm trying normal <ul>
list center on page. way i've been thinking solve embedding list inside div, , center div using margin: 0 auto;
. problem list seems take, default, 100% width of parent. how can adjust actual list width long longest list-item?
here illustration of trying do:
or, alternatively (i'm okay either solution):
thanks.
to adjust width longest item add display: inline-block;
ul element
Comments
Post a Comment