How to make 3 vertical dots using CSS?

前端 未结 8 2048
面向向阳花
面向向阳花 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:51

    Try this complete source code for 3 dot menu:

    index.html

    
        
            
                Three Dot Menu
    
                
    
                
                
            
            
                
            
        

提交回复
热议问题