“CSS SET DIV HEIGTTO Pantalla” Código de respuesta

Altura de la ventana CSS

div {
    height: 100vh;
}
Victorious

Altura de la ventana CSS

body, html {
  height: 100%;
}

#right {
  height: 100%;
}
Victorious

CSS SET DIV HEIGTTO Pantalla

.left {
  height: 100vh;
  width: 50%;
  background-color: grey;
  float: left;
}

.right {
  height: 100vh;
  width: 50%;
  background-color: red;
  float: right;
}
Victorious

Respuestas similares a “CSS SET DIV HEIGTTO Pantalla”

Preguntas similares a “CSS SET DIV HEIGTTO Pantalla”

Más respuestas relacionadas con “CSS SET DIV HEIGTTO Pantalla” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código