css background image parameter settings

css background image parameter settings

.nav_item{
    background: url(../img/hao.png) no-repeat bottom center;
    background-size: 121px;
}

Guess you like

Origin blog.csdn.net/Asia1752/article/details/109208991