Galera, surgiu uma duvida: Dá para ter 2 backgronds dentro de um conteiner?
Eu tentei algo do tipo mas não funcionou:
.cabecalho {
max-width: 1200px;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url("../img/hashtag-fundo.png");
background-repeat: no-repeat;
background-position: right;
background-size: auto;
background: radial-gradient(
93.75% 175.92% at 97.92% 10.02%,
#01375f 0%,
#043d67 35.94%,
#05416d 61.72%,
#0a7a9d 100%
);
}
Ele aplica o gradiente, mas não a imagem. https://hashtagweb.net/teste/