<!doctype html><title>background-position with 'bottom' and 'right' edge keywords with background-repeat 'round' (reference)</title><style>#target{width:100px;height:100px;background-image:linear-gradient(45deg,lime,green);background-repeat:round;background-size:51px51px;background-position:left75%top75%;}</style><divid="target"></div>