html - How do I remove the border of a image in Chrome? -


#test {    width: 25px;            height: 25px;    background-color: #dddddd;            border-radius: 50%;  }
<img src="" alt="" id="test">

in chrome, image have border safari doesn't have. way can remove in chrome?

have tried adding css?

border-style:none; 

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -