when to leave space ,when not in CSS?

前端 未结 7 1129
无人共我
无人共我 2021-01-19 19:04

This is ok(without space):

li.highlight{
    background:#FF9900 none repeat scroll 0 0;
}

This will not work(with space):

l         


        
7条回答
  •  旧巷少年郎
    2021-01-19 19:40

    First example:

  • this will be highlighted
  • Second example:

  • this will be higlighted this won't be.
提交回复
热议问题