Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<style> .test{ border:5px solid black; height:200px; margin:50px; width:200px; border-radius: 20px; position: relative; } .test::before{ position: absolute; content: " "; width:5px; height:166px; top:12px; left:-5px; background: #fff; } </style> <div class="test"> </div>
background-color: inherit;