Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 5, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/58fcb6f57b6ce925d17b51da9a3be0cc to your computer and use it in GitHub Desktop.
Save parzibyte/58fcb6f57b6ce925d17b51da9a3be0cc to your computer and use it in GitHub Desktop.
.contenedor-padre {
display: flex;
flex-flow: column;
height: 100%;
}
.barra {
flex: 0 1 auto;
}
.contenido {
flex: 1 1 auto;
}
.padding-10 {
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment