头像

怎么用css3写出一角是圆角的三角形

2019-07-18 12:49:42 浏览()   来源:http://www.phpdaima.com//jsfx-90.html   评论 ( 0 )   

  .divRadius {

  border: 90px solid #555555;

  border-left: 90px solid transparent;

  border-top: 90px solid transparent;

  border-bottom-right-radius: 20px;

  content: "";

  position: relative;

  }

  html代码:

  注意:

  border、border-left、border-top宽度一样。.divRadius中需要有东西支撑。

标签:
广告不存在
评论0

后面还有条评论,点击查看>>

温馨提示:为规范评论内容,垃圾评论一律封号...