Thứ Năm, 17 tháng 10, 2019

CSS xóa đường viền màu xanh mặc định

**** HTML
<input type="text>

**** CSS
input, 
input:active, 
input:focus {  
    outline: 0;  
    outline-style: none;  
    outline-width: 0; 
}

Không có nhận xét nào:

Đăng nhận xét