你能在 css 中渲染这张图片吗?
Can you render this image in css?
能否在css中渲染这个红色图形?
enter image description here
.box {
background-color: red;
border-radius: 15px;
height: 120px;
width: 200px;
}
<div class="box"></div>
能否在css中渲染这个红色图形? enter image description here
.box {
background-color: red;
border-radius: 15px;
height: 120px;
width: 200px;
}
<div class="box"></div>