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
Post a Comment