Is it possible to change the order of list items using CSS3?

后端 未结 3 1920
遥遥无期
遥遥无期 2020-12-15 22:23

Is it possible to change the order of list items using CSS3?

For example, if a list is coded in HTML in 1,2,3,4,5 order, but I want it to show in 5,1,2,3,4 order.

3条回答
提交回复
热议问题