Can background: url('image.png') no-repeat center center; be written without defining center twice? For example: background: url('image.png') no-repeat center;?
And
Can background-size: 40px 40px; be written using only one dimension? For example: background-size: 40px;