1. 首页
  2. 数据库
  3. 其它
  4. 用css3写出气球样式的示例代码

用css3写出气球样式的示例代码

上传者: 2021-01-01 02:48:43上传 PDF文件 32.01KB 热度 4次
本文介绍了用css3写出气球样式的示例代码,分享给大家,具体如下: 气球效果图: html: css: .balloon{ width: 160px; height: 160px; background: #faf9f9; /*css3 圆角属性*/ border-radius: 50P%P%; /*顺时针旋转45度*/ transform: rotate(45deg);
下载地址
用户评论