我需要幫助創建邊緣CSS3衰落/ HTML5像圖像HTML/CSS3 - 曲線
我一直在尋找這個例子from codepen但邊緣不褪色
.box{
width:500px; height:100px;
border:solid 5px #000;
border-color:#000 transparent transparent transparent;
border-radius: 50%/100px 100px 0 0;
}
<div class="box"></div>
曲線
可以做到嗎?
哇,這是真棒!你是個天才。謝謝。 – stig
非常感謝@ @ st歡迎 –