1. img{ designates the html element to apply the style to
2. opacity:0.5; The opacity-level describes the transparency-level, where 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent. The opacity property sets the opacity level for an element.