1. Introduction| drafts.csswg.org
A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s). For example, the pseudo-class :hover can be used to select a button when a user's pointer hovers over the button and this selected button can then be styled.| MDN Web Docs
1. Introduction| drafts.csswg.org
Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly.| www.google.com
Anchor positioning might be one of the most exciting features coming to CSS. It is currently available under an experimental flag in Chrome Canary, and after playing with it for a bit, I couldn’t stop myself from sharing what I found. In this article, I will show you some of my experiments.| kizu.dev