Unicode character for “X” cancel / close?

前端 未结 17 2147
我在风中等你
我在风中等你 2021-01-29 17:18

I want to create a close button using CSS only.

I\'m sure I\'m not the first to do this, so does anyone know which font has an \'x\' the same width as height, so that it

17条回答
  •  渐次进展
    2021-01-29 18:05

    Forget about a font and use a background image!

    
    
        
            Select :after pseudo class/element
            
        
        
            
            
        
    
    

    This will be more accessible for users visiting the page with a screen reader.

提交回复
热议问题