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
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.