我正在尋找切割div的底部和左下角。像這樣http://prnt.sc/e93lif如何用緩坡傾斜角?
嘗試幫助clip-path
但認爲這不是一個好的解決方案。
#clip{
width: 56px;
height: 58.1px;
border-radius: 8px;
background-color: rgb(107, 170, 42);
box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.15), 0 1px 6px 0 rgba(0, 0, 0, 0.09);
}
<div id="clip"></div>
如果你想重新創建圖像,我會用一個SVG。 – 4castle