ul lili lili lili lili lili lili ul style ul list-style none; li display inline-block; width 2em;
This code creates an unordered list with 6 list items. Each list item is displayed as an inline block with a width and height of 2em and a red solid border. The second, fourth, and sixth list items have a yellow background color and a border radius of 50%. The ul element has its default list-style removed using the "list-style: none;" property.
原文地址: https://www.cveoy.top/t/topic/hBNm 著作权归作者所有。请勿转载和采集!