CSSを使用して上部の角丸を実現する方法 方法1: border-radius プロパティを使用する方法.rounded-top { border-radius: 10px 10px 0 0; }方法2: clip-path プロパティを使用する方法>>More