Is it possible like lets say the text in the div header has a red hover, and the text in the div in the footer a white hover?
Or is this just not possible and can you only set 1 style for the whole document?
Is it possible like lets say the text in the div header has a
Share
This is very much possible, just like any other element you can style them separately by being more specific.
If you have this HTML:
With this CSS you would style both links:
With this CSS you can style them separately: