CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS :root Selector

CSS :root Selector

 

 

The :root selector is used to matching the document root element. In an HTML document, html element is always the root.

 

Syntax:-

 

Its syntax is:-
:root {
  css declarations;
}

Code Explanation

All Tutorials related to CSS Selectors

All Sections related to CSS