跳转到主内容
趣航编程网 - 趣学编程,启航技术之路!

125款程序员专属情人节表白网站【建议收藏】HTML+CSS+JavaScript (1)

🌩️ 精彩专栏推荐👇🏻👇🏻👇🏻 💂 作者主页: 【进入主页—🚀获取更多源码】 🎓 web前端期末大作业: 【📚HTML5网页期末作业 (1000套) 】 🧡 程序员有趣的告白方式: 【💌HTML七夕情人节表白网页制作 (110套) 】 七夕来袭!

是时候展现专属于程序员的浪漫了!

你打算怎么给心爱的人表达爱意?

鲜花礼物?

代码表白?

还是创意DIY?

或者…无论那种形式,快来秀我们一脸吧!

📂文章目录 二、📚网站介绍 三、🔗网站效果 🧩 2.图片演示 四、💒 网站代码 🧱HTML结构代码 🏠CSS样式代码 五、🎁更多源码 二、📚网站介绍 📓网站程序方面 :计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。

并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

📒网站文件方面 :网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件; 📙网页编辑方面 :网页作品代码简单,可使用任意HTML编辑软件(如:

Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++

等任意html编辑软件进行运行及修改编辑等操作)。

三、🔗网站效果 🧩 2.图片演示

下面以樱花雨3D动态相册源码演示为例 html七夕情人节表白网页制作 四、💒 网站代码 🧱HTML结构代码

🏠CSS样式代码

@charset "utf-8"; * { margin: 0; padding: 0; } body { max-width: 100%; min-width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; position: absolute; margin-left: auto; margin-right: auto; } li { list-style: none; } .box { width: 200px; height: 200px; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; position: absolute; margin-left: 42%; margin-top: 22%; -webkit-transform-style: preserve-3d; -webkit-transform: rotateX(13deg); -webkit-animation: move 5s linear infinite; } .minbox { width: 100px; height: 100px; position: absolute; left: 50px; top: 30px; -webkit-transform-style: preserve-3d; } .minbox li { width: 100px; height: 100px; position: absolute; left: 0; top: 0; } .minbox li:nth-child(1) { background: url(../img/01.png) no-repeat 0 0; -webkit-transform: translateZ(50px); }

.box:hover ol li:nth-child(3) { -webkit-transform: rotateX(-90deg) translateZ(300px); width: 400px; height: 400px; opacity: 0.8; left: -100px; top: -100px; } .box:hover ol li:nth-child(4) { -webkit-transform: rotateX(90deg) translateZ(300px); width: 400px; height: 400px; opacity: 0.8; left: -100px; top: -100px; } .box:hover ol li:nth-child(5) { -webkit-transform: rotateY(-90deg) translateZ(300px); width: 400px; height: 400px; opacity: 0.8; left: -100px; top: -100px; } .box:hover ol li:nth-child(6) { -webkit-transform: rotateY(90deg) translateZ(300px); width: 400px; height: 400px; opacity: 0.8; left: -100px; top: -100px; } @keyframes move { 0% { -webkit-transform: rotateX(13deg) rotateY(0deg); } 100% { -webkit-transform: rotateX(13deg) rotateY(360deg); } }

五、🎁更多源码 1.如果我的博客对你有帮助

请 “👍点赞” “✍️评论” “💙收藏”

一键三连哦!

2.

💗【👇🏻👇🏻👇🏻🉑关注我| 获取更多源码】

带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、等! 📣以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻

相关文章