css3半椭圆怎么画

html-css029

css3半椭圆怎么画,第1张

<div style="width:200pxheight:200pxbackground-color:redborder-radius:100% 0 0 100% / 50% 0 0 50%"></div>

.ellipse{

  width: 550px

  height: 150px

  margin: 50px

  background: #FFD900

  border-radius: 50% / 100% 100% 0 0

}

css如何设置文本框的为半椭圆