I only want to override on thing on hover. What is the thing I want to override? The text color. So, because I wanted just
changes for the link on hover I'm gonna add a new style. So the style here, is I
wanna select all the links, all the a-tags, but
only when we hover them. So I'm gonna add something brand new here, which is called a hover-state. So a state in CSS, looks like a colon and then its a little sad
face coz it doesn't know which state we're talking about, which state we talking about? We wanna do the hover-states, hover and its our p again now what we wanna do is change something
when the link is hovered so I'm gonna add some curly
brackets, and open this up what do I wanna change,
when we hover a link? I wanna override the cascading style-sheet the cascaded bit is overriding things.