How to make 3 vertical dots using CSS?

前端 未结 8 2049
面向向阳花
面向向阳花 2020-12-23 14:18

I want to have 3 dots on my page to, for example, toggle the display of a contextual menu. How can I achieve this using CSS?

8条回答
  •  感情败类
    2020-12-23 14:30

    If you are using font-awesome, it is as easy as including the .fa-ellipsis-v style. Further documentation is found here: http://fontawesome.io/icon/ellipsis-v/.

提交回复
热议问题