Align list item images to center in html

前端 未结 2 941
长发绾君心
长发绾君心 2021-01-23 09:03

I\'m learning web development with responsive design(still a noob) so please go easy! I will try to be as thorough as possible but please let me know if you need more informatio

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-23 09:51

    Can't you do:

    margin-left: auto; margin-right: auto; 
    

    ? This would be responsive, it's not a fixed margin.

提交回复
热议问题