CSS :root Selector

Setting the background color for the HTML document using :root selector in CSS.

The :root selector in CSS is a pseudo-class that selects the root element of an HTML document, which is always <html> element. In other words, the :root pseudo-class selects the first element in the document. However, you do not use…

Read MoreCSS :root Selector