+ 7
How can I align an <ul> 2 d center? tried puttin d align element in d <ul> tag, it only brot d texts 2 d center without d bulet
2 Answers
+ 6
In CSS remove the standard bullet points with list-style and add pseudo class before: to affix the desired character to be aligned with the <li> in the <ul>?
0
The bullet point are a function of the <ul> tag, so aligning the up tag to the centre will bring everything to the centre including the bullet points