Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<div one> <div></div> <div></div> </div>
div[one] { height: 100px; width: 200px; border: solid black 1px; } div[one] div:nth-child(1) { width: 50%; height: 100%; background: blue; float: left; } div[one] div:nth-child(2) { position: relative; width: 100%; height: 100%; right: -50%; background: red; }