Preview:
$('.technology-all__img').each(function () {
	var randomColor = Math.random() < 0.5 ? '#f8f8f8' : 'transparent'; // Randomly choose between 	  two colors
	$(this).css('background', randomColor);
});
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter