“O que o EM representa no CSS” Respostas de código

O que o EM representa no CSS

em = relative to parent element fontsize
rem = relative to root fontsize of html
QuietHumility

VH e VW

/*vh viewport height and vw viewport width*/
/*example*/
div
{
  display: inline-block;
  height: 100vh; /*THis will set height equal to the height of windows*/
  width: 100vw/*This will set width equal to width of windows*/
}
PYTHON_NOT_SNAKE.py

Respostas semelhantes a “O que o EM representa no CSS”

Perguntas semelhantes a “O que o EM representa no CSS”

Mais respostas relacionadas para “O que o EM representa no CSS” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código