.riscado { position: relative; display: inline; } .riscado::after { content: ''; position: absolute; bottom: 50%; left: -3px; width: 106%; height: 3px; background-color: #ff3030; }