Tema Ar

Por favor, diga-me como recortar a imagem de fundo desta forma, com cantos arredondados simetricamente.

Agora o código está assim:

html .background-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: url(https://site/uploads/default/original/2X/2/26d48362654a9e03c716eeaff4a176cbbd01d6b8.png);
    background-size: cover;
  
}
1 curtida