Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to use the code to embody a romantic seven-night


Jun 01, 2021 Article blog


Table of contents


Tomorrow is the seventh day of the seventh month of the lunar calendar, that is, our traditional seven-night festival is coming. As a major traditional festival, it is not only a couple exclusive, but also suitable for singles to confess, perhaps you can also spend the holiday together.

Are you ready to confess to your favorite girls' shoes? Already have a girlfriend, are you ready for the present?

Don't you mean it as a program ape and code farmer?

Heart

Send a love to express my heart to you, using the transform of pure CSS3:

 How to use the code to embody a romantic seven-night1

The css section

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 part

<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>

rose

Send a rose to show my love for you and use the canvas to achieve:

 How to use the code to embody a romantic seven-night2

<!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>

end

Here sincerely wish you all a happy holiday, there are female pot friends love more sweet than before, no female pot friends as soon as possible off the list.

Source: Public Number - Clown's Cabin Author: Clown

These are W3Cschool编程狮 on how to use the code to embody a romantic seven-night related introduction, I hope to help you.