自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 彩虹和滑动解锁实现

web前端实现彩虹样式 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> &lt

2021-11-17 19:59:33 49

原创 旋转立方体

html,body {width: 100%;height: 100%;} * {margin: 0;padding: 0;} .box{ position: absolute; height: 200px; width: 200px; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; transform-style: preserve-3d; background: #eee; box-sizing: border-box; tra

2021-11-16 23:50:56 29

原创 2021-11-15

//CSS代码 body { transform-style: preserve-3d; } .circle { border-radius: 50%; height: 80px;width:80px; display: inline-block;position: relative;border-width: 10px;border-style: solid; } .circle1 { border-color: red;transform: rotateY(-1deg); } .circle2 { b.

2021-11-15 20:04:49 34

原创 2021-11-15

前段实现奥运五环 CSS代码部分 body { transform-style: preserve-3d; } .circle { border-radius: 50%; height: 80px; width:80px; display: inline-block; position: relative; border-width: 10px; border-style: solid; } .circle1 { border-color: red; transform: rotateY(-1deg); }

2021-11-15 19:56:06 35

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除