Clickable icon with link

前端 未结 3 2008
醉话见心
醉话见心 2021-01-25 03:33

I have an icon list made of social media but they\'re only clickable on the letter of the icon, I want it to be clickable on any spot but I have to click on the \"F\" of faceboo

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-25 04:36

    li{
    	border:1px solid red;
    	display: inline-block;
    }
    .fa{
    	padding:15px;
    	padding-bottom: 15px;
    	padding-top:15px;
    
    }
    a{
    	display: block;
    }
    
    
    
    
    
    	

       
    
    
    
    
    
        

提交回复
热议问题