Olá pessoal!
No meu código as linhas não ficaram contínuas, e sim tracejadas. Já tentei algumas variações mas não funcionou. Qual será o meu erro?
.trabalhos {
background-color: #3C1D3D;
border-top: 0.5em solid #000;
border-bottom: 0.5em solid #000;
background-image: linear-gradient(to bottom right, transparent,
transparent 14%,
rgba(0, 0, 0, 0.2) 14%,
rgba(0, 0, 0, 0.2) 17%,
transparent 17%,
transparent);
background-size: 20px 20px;
background-attachment: fixed;
}