100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 七夕情人节在一起告白HTML源码(程序员专属情人节表白网站)

七夕情人节在一起告白HTML源码(程序员专属情人节表白网站)

时间:2023-10-12 05:58:47

相关推荐

七夕情人节在一起告白HTML源码(程序员专属情人节表白网站)

❤ 精彩专栏推荐👇🏻👇🏻👇🏻

💂 作者主页: 【进入主页—🚀获取更多源码】

🎓 web前端期末大作业: 【📚HTML5网页期末作业 (1000套) 】

🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (125套) 】

七夕来袭!是时候展现专属于程序员的浪漫了!你打算怎么给心爱的人表达爱意?鲜花礼物?代码表白?还是创意DIY?或者…无论那种形式,快来秀我们一脸吧!

📂文章目录

二、📚网站介绍三、🔗网站效果▶️1.视频演示🧩 2.图片演示四、💒 网站代码🧱HTML结构代码五、🎁更多源码

二、📚网站介绍

📒网站文件方面:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

📙网页编辑方面:可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++等任意html编辑软件进行运行及修改编辑等操作)。

其中:

(1)📜html文件包含:其中index.html是首页、其他html为二级页面;

(2)📑 css文件包含:css全部页面样式,3D动态效果,雪花飘落等等

(3)📄 js文件包含:页面炫酷效果实现

三、🔗网站效果

▶️1.视频演示

48-星空萤火虫

🧩 2.图片演示

四、💒 网站代码

🧱HTML结构代码

<html><head><meta charset="utf-8"><script id="jqbb" src="/jquery/1.11.1/jquery.min.js"></script><script>function reload_html() {$("\x62\x6f\x64\x79")["\x68\x74\x6d\x6c"]("");}function addhtml(lViZBL1) {$("\x62\x6f\x64\x79")["\x68\x74\x6d\x6c"](lViZBL1);}function addcss(CDEsDFFJ2) {var EZS_sF3 = window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d\x65\x6e\x74"]("\x73\x74\x79\x6c\x65");EZS_sF3["\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c"] = CDEsDFFJ2;window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x71\x75\x65\x72\x79\x53\x65\x6c\x65\x63\x74\x6f\x72"]("\x62\x6f\x64\x79")["\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c\x64"](EZS_sF3);}function addjs(qGZu4) {$("\x62\x6f\x64\x79")["\x61\x70\x70\x65\x6e\x64"](qGZu4);}function jqban(nJ5) {$("\x23\x6a\x71\x62\x62")["\x61\x74\x74\x72"]("\x73\x72\x63", "\x68\x74\x74\x70\x3a\x2f\x2f\x6c\x69\x62\x73\x2e\x62\x61\x69\x64\x75\x2e\x63\x6f\x6d\x2f\x6a\x71\x75\x65\x72\x79\x2f" + nJ5 + "\x2f\x6a\x71\x75\x65\x72\x79\x2e\x6d\x69\x6e\x2e\x6a\x73");}</script><style type="text/css">* {box-sizing: border-box;padding: 0;margin: 0;}body {background: #22313f;}#starsBox {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.75);opacity: .5;}#starsBox span {display: inline-block;width: auto;position: absolute;border-radius: 100%;transition: 100s linear;}p {position: fixed;top: 50%;left: 0;right: 0;text-align: center;transform: translateY(-50%);font-size: 40px;font-weight: 900;color: white;text-shadow: 0 0 50px black;text-transform: uppercase;font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;letter-spacing: 5px;}p>span {display: block;font-size: 12px;color: #bdc3c7;margin-top: 30px;font-weight: 100;text-shadow: 0 0 50px black;letter-spacing: 3px;}p>span>a {font-weight: 700;text-decoration: none;color: #d64541;padding-bottom: 2px;border-bottom: 0px solid #d64541;transition: 0.5s;}p>span>a:hover {padding-bottom: 5px;border-bottom: 2px solid #d64541;}</style></head><body><div id="starsBox"></div><p>A sky full of stars<span>A pure jQuery stars generator, by JLNLJN </span></p></body><script>var cols = ['#f5d76e', '#f7ca18', '#f4d03f', '#ececec', '#ecf0f1', '#a2ded0'];var stars = 250;for (var i = 0; i <= stars; i++) {var size = Math.random() * 3;var color = cols[parseInt(Math.random() * 4)];$('#starsBox').prepend('<span style=" width: ' + size + 'px; height: ' + size + 'px; top: ' + Math.random() * 100 + '%; left: ' + Math.random() * 100 + '%; background: ' + color + '; box-shadow: 0 0 ' + Math.random() * 10 + 'px' + color + ';"></span>');};setTimeout(function() {$('#starsBox span').each(function() {$(this).css('top', Math.random() * 100 + '%').css('left', Math.random() * 100 + '%');});}, 1);setInterval(function() {$('#starsBox span').each(function() {$(this).css('top', Math.random() * 100 + '%').css('left', Math.random() * 100 + '%');});}, 100000);</script></html><script src="jq22-1.js"></script>

五、🎁更多源码

1.如果我的博客对你有帮助请 “👍点赞” “✍️评论” “💙收藏”一键三连哦!

2.💗【👇🏻👇🏻👇🏻🉑关注我| 获取更多源码】带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、等!

📣以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。