html css 彩虹,css

css

body{

background: linear-gradient(#f70000, #f89200, #f8f501, #038f00,#0168f8, #a200f7);

}

h1{

font-family: 'Teko', sans-serif;

text-transform: uppercase;

font-size: 10rem;

text-align: center;

display: -webkit-flex;

display: flex;

-webkit-align-items: center;

align-items: center;

-webkit-justify-content: center;

justify-content: center;

margin: 0;

min-height: calc(100vh - 16px);

background: white;

position: relative;

background: #171717;

color: #000;

}

h1:before{

content: attr(data-text);

position: absolute;

background: linear-gradient(#f70000, #f89200, #f8f501, #038f00,#0168f8, #a200f7);

-webkit-background-clip: text;

color: transparent;

background-size: 100% 90%;

line-height: 0.9;

clip-path: ellipse(120px 120px at -2.54% -9.25%);

animation: swing 5s infinite;

animation-direction: alternate;

}

@keyframes swing{

0%{

clip-path: ellipse(120px 120px at -2.54% -9.25%)

}

50%{

clip-path: ellipse(120px 120px at 49.66% 64.36%);

}

100%{

clip-path: ellipse(120px 120px at 102.62% -1.61%)

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值