Answers for "Setting size for png icon in CSS"

CSS
0

Setting size for png icon in CSS

.pnx-msg-icon .pnx-icon-msg-warning{
background-image: url("../pics/edit.png");
background-repeat: no-repeat;
background-size: 10px;
width: 10px;
height: 10px;
cursor: pointer;
}
Posted by: Guest on June-27-2021

Browse Popular Code Answers by Language