Html-css (section 81)

Hello,

I’m in CSS-section 81
anyone can explain me the:

# Step 81

You change properties of a link when the link has actually been visited by using a pseudo-selector that looks like a:visited { propertyName: propertyValue; }.

Change the color of the footer Visit our website link to be greywhen a user has visited the link.

its showing how you can use a “pseudo selector” in your css code, to get use cases such as “visited/hover/and many more” effects

if you would like to know more about them, please feel free to have a look at this mdn article about them, happy learning :slight_smile: Pseudo-classes and pseudo-elements - Learn web development | MDN

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.