图中我圈起来的代码什么含义?

图中我标注出来的语句是什么含义,居中显示吗?还是什么意思?是指该图片的位置吗?

img

margin:0px auto表示上下0边距,左右自动填充,可以达到水平居中效果。
no-repeat 表示背景图片不平铺
center center表示水平居中、垂直居中

no repeat 表示不重复(平铺)
center表示居中
margin 0px auto 自动计算并平均分配元素的水平外边距,边距为0