how to add pseudo class in html

Solutions on MaxInterview for how to add pseudo class in html by the best coders in the world

showing results for - "how to add pseudo class in html"
Davide
15 Sep 2017
1tag/class/id/selector::after {
2  content: ""; /*what ever is written within the bracket is what should be shown*/
3  /*css declaration */
4}
similar questions
queries leading to this page
how to add pseudo class in html