表白小爱心

4 篇文章 0 订阅
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>xieting</title>
    <-- 样式一般用外链 这里方便大家看 图片大家可以换上自己本地的-->
<style>
body{background:#000 url("love.jpg") no-repeat top center}
.heart-body{position: absolute;left:50%;top:50%;width:200px;height:200px;margin:-100px 0 0 -100px;transform: rotate(45deg);animation:love 1s ease infinite }
.heart-shape{width: 200px;height:200px;background: red;box-shadow: 0 0 50px rgb(255,0,0)}
/*.heart-body:before{position:absolute;top:0;left:-100px;content: "";width:200px;height:200px;background: red;border-radius: 50%}
.heart-body:after{position:absolute;top:-100px;left:0;content: "";width:200px;height:200px;background: red;border-radius: 50%;}*/
.heart-body:before, .heart-body:after{position:absolute;content: "";width:200px;height:200px;background: red;border-radius: 50%;box-shadow: 0 0 50px rgb(255,0,0);}
.heart-body:before{top:0;left:-100px;}
.heart-body:after{top:-100px;left:0;}

.heart-txt{position: absolute;bottom:100px;width:100%;text-align: center}
.heart-shine{font-size: 100px;font-weight: bold;color:#fff;background: url("../images/moon.jpg");-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: moon .1s ease infinite}



@keyframes love {
    0%,100%{transform: scale(.9,.9) rotate(45deg)} /* 0% = from 开始帧*/
    50%{transform: scale(1.2,1.2) rotate(45deg)} /* 100% = to 结束帧*/
}
@keyframes moon {
    0%,100%{background-position: 0 0}
    50%{background-position: 100% 100%}
}

</style>
</head>
<body>
<div class="loveBox">
    <!--爱心-->
    <div class="heart-body">
        <div class="heart-shape"></div>
    </div>

    <!--闪电文字-->
    <div class="heart-txt">
        <div class="heart-shine">hallo</div>
    </div>
</div>
</body>
</html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值