我需要做什么,如果我想用背景颜色突出显示li元素,还列出标记? (观看插图)
感谢您的回答。
答案 0 :(得分:1)
根据以往的经验,尽管问题本身信息稀缺,我建议:
li {
/* moves the marker inside the 'li' elements, to be included
within the backgrounded area: */
list-style-position: inside;
/* adjust to taste: */
padding-left: 2em;
}