1 <!-- Blend a background image and a background color specifying background-repeat: no-repeat -->
7 background-image: url('resources/white_square.svg');
8 background-color: #
777777;
9 background-repeat: no-repeat;
13 background-blend-mode: multiply;