In this example each image is uniquely identified with an ID, so specific CSS selectors can be used to change individual images.
Experiment
- Add
opacity: 0.5;
to the#crest
rule. - Hide the
#uni
element completely by adding eithervisibility: hidden;
ordisplay: none;
Notice that there is a visual difference between visibility: hidden;
or display: none;