demo-container { display: block; border: 2px solid rgb(189, 189, 189); margin: 0px; padding: 10px; border-radius: 4px; width: 120px; height: 100px; position: relative; }
demo-object { display: block; background-color: rgb(0, 153, 143); height: 20px; width: 30px; left: 60px; color: rgb(255, 255, 255); position: absolute; }
.element {bottom: 10px;}


