您当前的位置: 首页 > 

@大迁世界

暂无认证

  • 0浏览

    0关注

    739博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

191.简单箭头特效

@大迁世界 发布时间:2021-08-07 15:13:47 ,浏览量:0

效果 (源码网盘地址在最后)

源码


  
    
    
    
    简单箭头特效
    
  
  
    

css

body {
  background-color: #282828;
}
div.arrow {
  width: 6vmin;
  height: 6vmin;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg);
}
div.arrow::
关注
打赏
1664287990
查看更多评论
立即登录/注册

微信扫码登录

0.0385s