.container { display: flex; flex-direction: column; padding: 3px; padding-bottom: 13px; background: black; border: 1px solid #505050; position: relative; .row { height: 50px; } .copyright { position: absolute; font-size: 10px; color: rgba(255,255,255,0.5); bottom: 1px; left: 3px; line-height: 10px; height: 10px; } }