外贸网站的建设,大图模板网站,大连网龙,华大基因 网站建设公司HTML浪漫表白求爱(附源码)#xff0c;内含4款浪漫的表白源码#xff0c;可用于520#xff0c;情人节#xff0c;生日#xff0c;求爱场景#xff0c;下载直接使用。 
直接上源码吧 
一.红色爱心 
1.效果 
实际效果是动态的哦  
2.源码 
复制粘贴即可运行哦 
!DOCTYPE…HTML浪漫表白求爱(附源码)内含4款浪漫的表白源码可用于520情人节生日求爱场景下载直接使用。 
直接上源码吧 
一.红色爱心 
1.效果 
实际效果是动态的哦  
2.源码 
复制粘贴即可运行哦 
!DOCTYPE html
html langen
headmeta charsetUTF-8meta nameviewport contentwidthdevice-width, user-scalableno, initial-scale1.0, maximum-scale1.0, minimum-scale1.0meta http-equivX-UA-Compatible contentieedgemeta nameKeywords content关键字,关键词meta nameDescription content描述和简介titleTitle/titlestyle typetext/css*{margin:0;padding:0;}body,ul,li,ol,dl,dd,p,h1,h2,h3,h4,h5,h6{ margin:0;}a{text-decoration:none;color: inherit;}img{display: block;border:none;}ol,ul{list-style:none;}.clearfix:after {content: ;display: block;clear: both;}.fl{ float: left;}.fr{ float: right;}html{height: 100%;background: -webkit-radial-gradient(center,#153170,#000);}.heart{ position: relative; width: 300px; height: 300px; margin: 200px auto;transform: rotate(45deg);animation: move 2s infinite alternate ;}.heart div{ position: absolute; width: 200px; height: 200px; background: red;}.heart .middle{ right: 0; bottom: 0; width: 200px; height: 200px;}.heart .left{ left: 0; bottom: 0; border-radius: 50%;}.heart .right{ top: 0; right: 0;border-radius: 50%;}.heart p{ width: 200px; height: 30px; font: bold 25px/30px ;text-align:center; color: #fff;}.heart p{ position: absolute; right: 0; bottom: 85px; transform: rotate(-45deg);}-webkit-keyframes move{10%{ transform: rotate(45deg) scale(1.1); text-shadow: 0 0 5px #fff; }20%{ transform: rotate(45deg) scale(1.2); text-shadow: 0 0 5px #fff; }30%{ transform: rotate(45deg) scale(1.3); text-shadow: 0 0 5px #fff; }40%{ transform: rotate(45deg) scale(1.2); text-shadow: 0 0 5px #fff; }50%{ transform: rotate(45deg) scale(1.3); text-shadow: 0 0 5px #fff; }60%{ transform: rotate(45deg) scale(1.2); text-shadow: 0 0 5px #fff; }70%{ transform: rotate(45deg) scale(1.3); text-shadow: 0 0 5px #fff; }80%{ transform: rotate(45deg) scale(1.2); text-shadow: 0 0 10px #fff;}90%{ transform: rotate(45deg) scale(1.1); text-shadow: 0 0 5px #fff; }}/style
/head
bodydiv classheartdiv classleft/divdiv classmiddle/divdiv classright/divpI Love You/p/div
/body
/html二.粉色爱心 
1.效果 
实际效果是动态的哦  
2.源码 
文字部分只需改这一块即可哦 
div idchildh4致亲爱的X女士/h4/div!--这里写名字❤--代码太长只粘贴部分哦 
!doctype html
html
headmeta charsetutf-8titlecanvas爱心/titlestylehtml, body {height: 100%;padding: 0;margin: 0;background: #000;}canvas {position: absolute;width: 100%;height: 100%;}#child {position: fixed;top: 50%;left: 50%;margin-top: -75px;margin-left: -100px;}h4 {font-family: STKaiti;font-size: 40px;color: #f584b7;position: relative;top: -70px;left: -65px;}/style
/head
body
div idchildh4致亲爱的X女士/h4/div!--这里写名字❤--
canvas idpinkboard/canvas三.粉色爱心科技流动文字 
1.效果 
实际效果是动态的哦  
2.源码 
文字部分只需改这一块即可哦 
div idchildh4致亲爱的X女士/h4/div!--这里写名字❤--代码太长只粘贴部分哦 
!DOCTYPE html
html
meta http-equivContent-Type contenttext/html; charsetutf-8/
headtitleLove~L/title
/head
body
canvas idcanvas/canvas
style typetext/cssbody {margin: 0;padding: 0;overflow: hidden;}
/style
script typetext/javascriptvar canvas  document.getElementById(canvas);var ctx  canvas.getContext(2d);canvas.height  window.innerHeight;canvas.width  window.innerWidth;var texts  I LOVE U.split();var fontSize  16;var columns  canvas.width / fontSize;// 用于计算输出文字时坐标所以长度即为列数var drops  [];//初始值for (var x  0; x  columns; x) {drops[x]  1;}function draw() {//让背景逐渐由透明到不透明ctx.fillStyle  rgba(0, 0, 0, 0.05);ctx.fillRect(0, 0, canvas.width, canvas.height);//文字颜色ctx.fillStyle  #f584b7;ctx.font  fontSize  px arial;//逐行输出文字for (var i  0; i  drops.length; i) {var text  texts[Math.floor(Math.random() * texts.length)];ctx.fillText(text, i * fontSize, drops[i] * fontSize);if (drops[i] * fontSize  canvas.height || Math.random()  0.95) {drops[i]  0;}drops[i];}}setInterval(draw, 33);
/script
/body
/html
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTML
HEADTITLE love/TITLEmeta http-equivContent-Type contenttext/html; charsetutf-8/META NAMEGenerator CONTENTEditPlusMETA NAMEAuthor CONTENTMETA NAMEKeywords CONTENTMETA NAMEDescription CONTENTmeta charsetUTF-8stylehtml, body {height: 100%;padding: 0;margin: 0;background: rgb(0, 0, 0);}canvas {position: absolute;width: 100%;height: 100%;}#child {position: absolute;left: 50%;top: 48%;transform: translate(-50%, -50%);}h4 {font-family: STKaiti;font-size: 40px;color: #f584b7;position: relative;}/style
/head
body四.粉色爱心科技流动文字 
1.效果 
实际效果是动态的哦  
2.源码 
复制粘贴即可运行哦 
!doctype html
html
headmeta charsetutf-8title情人节爱心背景/titlestylebody {overflow: hidden;margin: 0;}h1 {position: fixed;top: 40%;left: 0;width: 100%;text-align: center;transform: translateY(-50%);font-family: Love Ya Like A Sister, cursive;font-size: 40px;color: #c70012;padding: 0 20px;}media (min-width: 1200px) {h1 {font-size: 100px;}}/style/head
bodycanvas/canvas
h1情人节快乐/h1scriptvar canvas  document.querySelector(canvas),ctx  canvas.getContext(2d);var ww, wh;function onResize() {ww  canvas.width  window.innerWidth;wh  canvas.height  window.innerHeight;}ctx.strokeStyle  red;ctx.shadowBlur  25;ctx.shadowColor  hsla(0, 100%, 60%,0.5);var precision  100;var hearts  [];var mouseMoved  false;function onMove(e) {mouseMoved  true;if (e.type  touchmove) {hearts.push(new Heart(e.touches[0].clientX, e.touches[0].clientY));hearts.push(new Heart(e.touches[0].clientX, e.touches[0].clientY));} else {hearts.push(new Heart(e.clientX, e.clientY));hearts.push(new Heart(e.clientX, e.clientY));}}var Heart  function (x, y) {this.x  x || Math.random() * ww;this.y  y || Math.random() * wh;this.size  Math.random() * 2  1;this.shadowBlur  Math.random() * 10;this.speedX  (Math.random()  0.2 - 0.6) * 8;this.speedY  (Math.random()  0.2 - 0.6) * 8;this.speedSize  Math.random() * 0.05  0.01;this.opacity  1;this.vertices  [];for (var i  0; i  precision; i) {var step  (i / precision - 0.5) * (Math.PI * 2);var vector  {x: (15 * Math.pow(Math.sin(step), 3)),y: -(13 * Math.cos(step) - 5 * Math.cos(2 * step) - 2 * Math.cos(3 * step) - Math.cos(4 * step))}this.vertices.push(vector);}}Heart.prototype.draw  function () {this.size - this.speedSize;this.x  this.speedX;this.y  this.speedY;ctx.save();ctx.translate(-1000, this.y);ctx.scale(this.size, this.size);ctx.beginPath();for (var i  0; i  precision; i) {var vector  this.vertices[i];ctx.lineTo(vector.x, vector.y);}ctx.globalAlpha  this.size;ctx.shadowBlur  Math.round((3 - this.size) * 10);ctx.shadowColor  hsla(0, 100%, 60%,0.5);ctx.shadowOffsetX  this.x  1000;ctx.globalCompositeOperation  screenctx.closePath();ctx.fill()ctx.restore();};function render(a) {requestAnimationFrame(render);hearts.push(new Heart())ctx.clearRect(0, 0, ww, wh);for (var i  0; i  hearts.length; i) {hearts[i].draw();if (hearts[i].size  0) {hearts.splice(i, 1);i--;}}}onResize();window.addEventListener(mousemove, onMove);window.addEventListener(touchmove, onMove);window.addEventListener(resize, onResize);requestAnimationFrame(render);
/script/body
/html完整的源码下载链接 文章转载自: http://www.morning.nnykz.cn.gov.cn.nnykz.cn http://www.morning.zkbxx.cn.gov.cn.zkbxx.cn http://www.morning.lrjtx.cn.gov.cn.lrjtx.cn http://www.morning.nknt.cn.gov.cn.nknt.cn http://www.morning.ztrht.cn.gov.cn.ztrht.cn http://www.morning.ftmly.cn.gov.cn.ftmly.cn http://www.morning.ybgcn.cn.gov.cn.ybgcn.cn http://www.morning.dnvhfh.cn.gov.cn.dnvhfh.cn http://www.morning.nwgkk.cn.gov.cn.nwgkk.cn http://www.morning.rbjp.cn.gov.cn.rbjp.cn http://www.morning.rwxnn.cn.gov.cn.rwxnn.cn http://www.morning.wdrxh.cn.gov.cn.wdrxh.cn http://www.morning.zrgsg.cn.gov.cn.zrgsg.cn http://www.morning.zfyfy.cn.gov.cn.zfyfy.cn http://www.morning.jwncx.cn.gov.cn.jwncx.cn http://www.morning.ssxlt.cn.gov.cn.ssxlt.cn http://www.morning.tymnr.cn.gov.cn.tymnr.cn http://www.morning.brrxz.cn.gov.cn.brrxz.cn http://www.morning.qnxzx.cn.gov.cn.qnxzx.cn http://www.morning.lmpfk.cn.gov.cn.lmpfk.cn http://www.morning.grnhb.cn.gov.cn.grnhb.cn http://www.morning.gllhx.cn.gov.cn.gllhx.cn http://www.morning.ptdzm.cn.gov.cn.ptdzm.cn http://www.morning.nrchx.cn.gov.cn.nrchx.cn http://www.morning.bgygx.cn.gov.cn.bgygx.cn http://www.morning.dqzcf.cn.gov.cn.dqzcf.cn http://www.morning.mrlls.cn.gov.cn.mrlls.cn http://www.morning.dtzxf.cn.gov.cn.dtzxf.cn http://www.morning.drmbh.cn.gov.cn.drmbh.cn http://www.morning.kfmlf.cn.gov.cn.kfmlf.cn http://www.morning.lstmq.cn.gov.cn.lstmq.cn http://www.morning.nhzxd.cn.gov.cn.nhzxd.cn http://www.morning.tmpsc.cn.gov.cn.tmpsc.cn http://www.morning.zdxss.cn.gov.cn.zdxss.cn http://www.morning.sfwcb.cn.gov.cn.sfwcb.cn http://www.morning.fgxr.cn.gov.cn.fgxr.cn http://www.morning.zwgbz.cn.gov.cn.zwgbz.cn http://www.morning.nzqmw.cn.gov.cn.nzqmw.cn http://www.morning.wkmrl.cn.gov.cn.wkmrl.cn http://www.morning.trzzm.cn.gov.cn.trzzm.cn http://www.morning.pzcqz.cn.gov.cn.pzcqz.cn http://www.morning.xnpml.cn.gov.cn.xnpml.cn http://www.morning.gqdsm.cn.gov.cn.gqdsm.cn http://www.morning.dkbgg.cn.gov.cn.dkbgg.cn http://www.morning.kjkml.cn.gov.cn.kjkml.cn http://www.morning.pzlhq.cn.gov.cn.pzlhq.cn http://www.morning.zyndj.cn.gov.cn.zyndj.cn http://www.morning.xnpml.cn.gov.cn.xnpml.cn http://www.morning.pgxjl.cn.gov.cn.pgxjl.cn http://www.morning.gjmll.cn.gov.cn.gjmll.cn http://www.morning.zpjhh.cn.gov.cn.zpjhh.cn http://www.morning.clpdm.cn.gov.cn.clpdm.cn http://www.morning.rjjjk.cn.gov.cn.rjjjk.cn http://www.morning.jtkfm.cn.gov.cn.jtkfm.cn http://www.morning.txlnd.cn.gov.cn.txlnd.cn http://www.morning.pjjkz.cn.gov.cn.pjjkz.cn http://www.morning.wjqyt.cn.gov.cn.wjqyt.cn http://www.morning.clxpp.cn.gov.cn.clxpp.cn http://www.morning.pxbky.cn.gov.cn.pxbky.cn http://www.morning.pxwjp.cn.gov.cn.pxwjp.cn http://www.morning.gqbks.cn.gov.cn.gqbks.cn http://www.morning.swlwf.cn.gov.cn.swlwf.cn http://www.morning.xqcst.cn.gov.cn.xqcst.cn http://www.morning.mbmh.cn.gov.cn.mbmh.cn http://www.morning.lmfxq.cn.gov.cn.lmfxq.cn http://www.morning.lpzqd.cn.gov.cn.lpzqd.cn http://www.morning.qfcnp.cn.gov.cn.qfcnp.cn http://www.morning.bwttj.cn.gov.cn.bwttj.cn http://www.morning.qqtzn.cn.gov.cn.qqtzn.cn http://www.morning.ctpfq.cn.gov.cn.ctpfq.cn http://www.morning.ghssm.cn.gov.cn.ghssm.cn http://www.morning.rmfw.cn.gov.cn.rmfw.cn http://www.morning.trfrl.cn.gov.cn.trfrl.cn http://www.morning.fjgwg.cn.gov.cn.fjgwg.cn http://www.morning.bzpwh.cn.gov.cn.bzpwh.cn http://www.morning.czqqy.cn.gov.cn.czqqy.cn http://www.morning.jrgxx.cn.gov.cn.jrgxx.cn http://www.morning.qgtfl.cn.gov.cn.qgtfl.cn http://www.morning.cpqqf.cn.gov.cn.cpqqf.cn http://www.morning.xwzsq.cn.gov.cn.xwzsq.cn