[CSS] & [JQUERY] [selettore] :root

:root (selettore CSS e jQuery) riguarda l’Elemento HTML radice, ovvero <html>.

Sintassi

:root {
  /* codice */
}

Esempi

<!DOCTYPE html>
<html>
<head>
<style> 
:root {
    background-color: red;
}
</style>
</head>
<body>
<p>Testo della pagina</p>
</body>
</html>



Testo della pagina


Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

css, jquery, selettori css e jquery

Related Articles

0 Comment

Rispondi