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

html-css09

css如何设置文本框的为半椭圆,第1张

.ellipse{

  width: 550px

  height: 150px

  margin: 50px

  background: #FFD900

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

}

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

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