会跳动的心,程序员的小浪漫,快快送给心中那个她(他),代码奉上

一、将代码放到文本中,(直接复制粘贴就行)

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>过时书生</title>
<style>
    html, body {
        height: 100%;
    }

    body {
        margin: 0;
        padding: 0;
        background: #ffa5a5;
        /*
                定义body 渐变,向页面。

        */

        /*background: linear-gradient(to bottom, #ffa5a5 0%,#ffd3d3 100%);*/
    }

    .chest {
        width: 500px;
        height: 500px;
        margin: 0 auto;
        position: relative;
    }

    .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;
    }

    .side {
        top: 100px;
        width: 220px;
        height: 220px;
        border-radius: 110px;
    }

    .center {
        width: 210px;
        height: 210px;
        bottom: 100px;
        left: 145px;
        transform: rotateZ(225deg);
        /*transform: rotate(45deg);*/
    }

    .left {
        left: 62px;
    }

    .right {
        right: 62px;
    }


    @keyframes beat {
        0% {
            transform: scale(1) rotate(225deg);
            box-shadow:0 0 40px #d5093c;
        }

        50% {
            transform: scale(1.1) rotate(225deg);
            box-shadow:0 0 70px #d5093c;
        }
        100% {
            transform: scale(1) rotate(225deg);
        box-shadow:0 0 40px #d5093c;
        }
    }
</style>
</head>
<body>

<div class="chest">
    <div class="heart left side top"></div>
    <div class="heart center"></div>
    <div class="heart right side"></div>
</div>


</body>
</html>

二、将文本保存为html格式

三、使用浏览器打开即可,看效果

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值