Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
h1 {position: relative;} h1:after { content: ''; display: inline-block; width: 100px; height: 2px; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); background: red; }
h1:after { content: ''; display: block; width: 100px; height: 2px; background: red; margin: auto; }