エアテーマ

このように、対称的な角丸で背景画像を切り抜く方法を教えてください。

現在のコードは以下のようになっています。

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