Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
.container { background-color: grey; height: 100%; overflow: hidden; position: relative; width: 200px; } .first { left: 10px; position: absolute; top: 10px; } .second { left: 20px; position: absolute; top: 400px; }