.timeline-container { height: 100px; width: 500px; background-color: rgb(160, 226, 243); position: absolute; left: 15%; top: 1%; font-size: 75%; .timeline { height: 60px; width: 500px; bottom: 0px; background-color: grey; position: absolute; } .inner { height: 44px; width: 484px; background-color: black; //opacity: 0.5; position: absolute; margin: 8px; z-index: 10; } button { height: 30px; width: 100px; font-size: 1em; position: relative; margin: 5px; } input { height: 30px; width: 100px; font-size: 1em; margin: 5px; } }