Las variables CSS Tutorial


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to CSS Variables Tutorial

Variable fonts guide - CSS: Cascading Style Sheets | MDN
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide

Variable fonts are an evolution of the OpenType font specification that enables many different variations of a typeface to be incorporated into a single file, rather than having a separate font file for every width, weight, or style. They let you access a

Using CSS custom properties (variables) - CSS: Cascading ...
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that contain specific values to be reused throughout a document. They are set using custom property notation (e.g., --main-color: black;)

CSS Variables - The var() function
https://www.w3schools.com/css/css3_variables.asp

CSS Variables. The var() function is used to insert the value of a CSS variable. CSS variables have access to the DOM, which means that you can create variables with local or global scope, change the variables with JavaScript, and change the variables bas