15 Mar 2015

CSS 3 background size

div {
    background: url(img.jpg);
    background-size: 90px 20px;
    background-repeat: no-repeat;
}