.gk-icon-dinner-set-solid:before {
background: url("../images/spoon.png") repeat scroll 0 0 transparent;
content: "";
display: inline-block;
height: 60px;
width: 60px;
}
teitbite wrote:Hi
Of course. Try use a code like this instead:
- Code: Select all
.gk-icon-dinner-set-solid:before {
background: url("../images/spoon.png") repeat scroll 0 0 transparent;
content: "";
display: inline-block;
height: 60px;
width: 60px;
}
.gk-icon-dinner-set-solid:before {
height: 10%;
width: 10%;
background-size: 100% auto;
}