Answers for "what is pseudo element and class"

CSS
-1

how to add pseudo class in html

tag/class/id/selector::after {
  content: ""; /*what ever is written within the bracket is what should be shown*/
  /*css declaration */
}
Posted by: Guest on July-11-2021

Code answers related to "what is pseudo element and class"

Browse Popular Code Answers by Language