0

console pic

I want to see what will happen when i add a ::hover persudo elements.How to make it in the console ?

MiliOnE
  • 1
  • 1

1 Answers1

0

It looks like this question has already been asked and answered here. In short, you select the node in the Inspector and click the "+" sign under the styles tab to insert a new rule. Then, add a rule to style the psuedo element, e.g. h2::after { content: ">>"; }.

Community
  • 1
  • 1
joeyquarters
  • 131
  • 4