Line of dots between items

前端 未结 6 1351
别那么骄傲
别那么骄傲 2021-02-14 17:54

Restaurant web site and menu. I need to get \"line of dots\" between menu item and price. I need to get it without writing dots manually one by one. This feature should work aut

6条回答
  •  佛祖请我去吃肉
    2021-02-14 18:44

    You can use this code to generate the line:

        #helper{
    
        width:200px;
        border: 1px dashed orange;
    }
    

    Source here: http://jsfiddle.net/2j9BN/

提交回复
热议问题