明天就是農(nóng)歷七月初七了,也就是我們傳統(tǒng)的七夕節(jié)日要來了。七夕作為一個(gè)重大傳統(tǒng)節(jié)日,它不僅僅是情侶專屬,也合適單身人員表白,或許你也可以一起過節(jié)了呢。
你們準(zhǔn)備好怎么和自己心儀的女童鞋表白了嗎?已經(jīng)有女朋友你們準(zhǔn)備好禮物了嗎?
作為程序猿兼碼農(nóng)的你們不表示一下嗎?
心動(dòng)
送一個(gè)愛心表示我對(duì)你心動(dòng),使用純 CSS3 的transform
實(shí)現(xiàn):
css 部分
html,body {
height:100%;
}
body {
margin:0;
padding:0;
background:#ffa5a5;
display: flex;
justify-content: center;
align-items: center;
}
.chest {
width:500px;
height:500px;
position:relative;
display: flex;
justify-content: center;
align-items: center;
}
.heart {
position:absolute;
z-index:2;
background:linear-gradient(-90deg,#F50A45 0%,#d5093c 40%);
animation:beat 0.7s ease 0s infinite normal;
}
.heart.center {
background:linear-gradient(-45deg,#B80734 0%,#d5093c 40%);
}
.heart.top {
z-index:3;
}
.sided {
top:100px;
width:220px;
height:220px;
border-radius:110px;
}
.center {
width:210px;
height:210px;
bottom:100px;
left:145px;
transform:rotateZ(225deg);
}
.left {
left:62px;
}
.right {
right:62px;
}
.title{
z-index: 999;
text-shadow: 5px 5px 5px #ff7f00;
}
@keyframes beat {
0% {
transform:scale(1) rotate(225deg);
box-shadow:0 0 40px #d5093c;
}
50% {
transform:scale(1.2) rotate(225deg);
box-shadow:0 0 70px #d5093c;
}
100% {
transform:scale(1) rotate(225deg);
box-shadow:0 0 40px #d5093c;
}
}
html 部分
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>W3Cschool編程獅</title>
<link href="./flower.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="chest">
<div class="heart left sided top"></div>
<div class="heart center"></div>
<div class="heart right sided"></div>
<h1 class="title">W3Cschool編程獅</h1>
</div>
</body>
</html>
玫瑰花
送一朵玫瑰表示我對(duì)你的愛,使用canvans畫布實(shí)現(xiàn):
<!DOCTYPE HTML>
<html>
<head>
<title>Rose</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html,
body {
height: 100%;
}
</style>
</head>
<body style="background:#000;margin:0;padding:0;display: flex;justify-content: center;align-items: center;">
<canvas id="c" style="display:block"></canvas>
<script>
var b = document.body;
var c = document.getElementsByTagName('canvas')[0];
var a = c.getContext('2d');
document.body.clientWidth;
</script>
<script>
with (m = Math) C = cos, S = sin, P = pow, R = random;
c.width = c.height = f = 600; h = -250;
function p(a, b, c) {
if (c > 60)
return [S(a * 7) * (13 + 5 / (.2 + P(b * 4, 4))) - S(b) * 50, b * f + 50, 625 + C(a * 7) * (13 + 5 / (.2 + P(b * 4, 4))) + b * 400, a * 1 - b / 2, a];
A = a * 2 - 1; B = b * 2 - 1;
if (A * A + B * B < 1) {
if (c > 37) { n = (j = c & 1) ? 6 : 4; o = .5 / (a + .01) + C(b * 125) * 3 - a * 300; w = b * h; return [o * C(n) + w * S(n) + j * 610 - 390, o * S(n) - w * C(n) + 550 - j * 350, 1180 + C(B + A) * 99 - j * 300, .4 - a * .1 + P(1 - B * B, -h * 6) * .15 - a * b * .4 + C(a + b) / 5 + P(C((o * (a + 1) + (B > 0 ? w : -w)) / 25), 30) * .1 * (1 - B * B), o / 1e3 + .7 - o * w * 3e-6] } if (c > 32) { c = c * 1.16 - .15; o = a * 45 - 20; w = b * b * h; z = o * S(c) + w * C(c) + 620; return [o * C(c) - w * S(c), 28 + C(B * .5) * 99 - b * b * b * 60 - z / 2 - h, z, (b * b * .3 + P((1 - (A * A)), 7) * .15 + .3) * b, b * .7] } o = A * (2 - b) * (80 - c * 2);
w = 99 - C(A) * 120 - C(b) * (-h - c * 4.9) + C(P(1 - b, 7)) * 50 + c * 2;
z = o * S(c) + w * C(c) + 700;
return [o * C(c) - w * S(c), B * 99 - C(P(b, 7)) * 50 - c / 3 - z / 1.35 + 450, z, (1 - b / 1.2) * .9 + a * .1, P((1 - b), 20) / 4 + .05]
}
}
setInterval('for(i=0;i<1e4;i++)if(s=p(R(),R(),i%46/.74)){z=s[2];x=~~(s[0]*f/z-h);y=~~(s[1]*f/z-h);if(!m[q=y*f+x]|m[q]>z)m[q]=z,a.fillStyle="rgb("+~(s[3]*h)+","+~(s[4]*h)+","+~(s[3]*s[3]*-80)+")",a.fillRect(x,y,1,1)}', 0)
</script>
</body>
結(jié)束
在這里衷心祝大家七夕節(jié)日快樂,有女盆友的愛情美滿比以前更甜蜜,沒女盆友的早日脫單。
文章來源:公眾號(hào)--小丑的小屋 作者:小丑
以上就是W3Cschool編程獅
關(guān)于如何使用代碼體現(xiàn)一個(gè)浪漫七夕的相關(guān)介紹了,希望對(duì)大家有所幫助。