Loading... html部分: ```css <div class='box'>hello world</div> ``` css部分: ```css .box { position: relative; width: 100%; height: 200px; text-align: center; color: #fff; background-color: yellow; } .box:after { position: absolute; left: 0; right: 0; bottom: -100px; z-index: -1; content: ' '; height: 200px; width: 100%; border-radius: 0 0 50% 50%; background-color: yellow; } ``` Last modification:September 4, 2023 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 如果觉得我的文章对你有用,请随意赞赏