bharathvaj-ganesan / bharathvaj-blog-comments

0 stars 0 forks source link

Focus vs Focus-Within vs Focus-Visible - Bharathvaj Ganesan #1

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Focus vs Focus-Within vs Focus-Visible - Bharathvaj Ganesan

What are these pseudo-classes and how does each differ from the other

http://localhost:3000/blog/focus-vs-within-vs-visible

bharathvaj-ganesan commented 3 years ago

Interesting...

sandeshsapkota commented 2 years ago

yeah . this is interesting but found that we can not apply both style


a:focus-visible{
  background: yellow;
  color: black;
}

a:focus{
  background: orangered;
  color: grey;
}```
tienlx97 commented 2 years ago

not bad

way2ex commented 2 years ago

Great!Thanks