avatar
CSS border-radius 实现一个半圆

admin 90 2019-03-17 22:46:01

                                           
                         .semicircle{
  width: 50px; 
  height: 100px; 
  background: #000; 
  border-radius: 50px 0 0 50px;
}
                      
                                       
To share this paste please copy this url and send to your friends
预览

评论

需要身份验证

您必须登录才能发表评论.

登录
    还没有评论.