文章詳情頁
這種背景使用css3如何實現
瀏覽:131日期:2023-07-01 10:29:19
問題描述
這種背景使用css3如何實現
問題解答
回答1:利用:after就可以實現,不知道是不是你想要的效果,希望對你有所幫助
.main { background: #7272ff; position: relative; width: 400px; height: 150px;}.main:after { content: ’’; background: #fff; width: 128%; height: 300px; position: absolute; top: 26px; left: -14%; border-radius: 50%;}<p class='main'></p>
標簽:
CSS
相關文章:
排行榜
