(请)我需要找到一种正确显示边界半径的方法(如果可能的话)

时间:2017-08-05 21:56:47

标签: css border

My try

what needs to be

position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100px;
height: 40px;
background: linear-gradient(to top, #F7F7FF 50%, white);
border-radius: 400px 400px 200px 200px;

好的,它很快。我试图重建这个白色的地方(做得很糟糕)如果你知道如何使边界看起来像源头我真的很感激,并且它真的很快!

0 个答案:

没有答案