div.some-page
div.child привет я тут живу
div.child
View Compiled
body {
height: 480px;
width: 480px
}
.some-page {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background-color: red
}
.some-page .child {
background-color: blue;
}
.some-page .child:last-child {
background-color: green;
flex-grow: 1
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.