最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

HTML+CSS:文字波浪效果

2022-08-20 10:45 作者:huawei13Pro  | 我要投稿

來(lái)源:我的學(xué)習(xí)筆記

動(dòng)態(tài)效果圖靜態(tài)展示:

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>the-waves-words</title>

<style type="text/css">

*{

margin: 0;

padding: 0;

font-family: "lucida console"o;

}

body{

display: flex;

justify-content: center;

align-items: center;

min-height: 100vh;

background: #000;

}

.wavy{

position: relative;

-webkit-box-reflect: below -12px linear-gradient(transparent,rgba(0,0,0,0.2));

}

.wavy span{

position: relative;

display: inline-block;

color: #fff;

font-size: 2em;

text-transform: uppercase;

animation: animate 1s ease-in-out infinite;

animation-delay: calc(0.1s * var(--i));

}

@keyframes animate{

0%{

transform: translateY(0px);

}

20%{

transform: translateY(-20px);

}

40%,100%{

transform: translateY(0px);

}

}

</style>

</head>

<body>

<div class="wavy">

<span style="--i:1;">L</span>

<span style="--i:2;">o</span>

<span style="--i:3;">a</span>

<span style="--i:4;">d</span>

<span style="--i:5;">i</span>

<span style="--i:6;">n</span>

<span style="--i:7;">g</span>

<span style="--i:8;">.</span>

<span style="--i:9;">.</span>

<span style="--i:10;">.</span>

</div>

</body>

</html>


HTML+CSS:文字波浪效果的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
汉中市| 西乌珠穆沁旗| 胶州市| 酒泉市| 内丘县| 马山县| 西乡县| 邹平县| 罗甸县| 五河县| 台东县| 河西区| 五家渠市| 龙山县| 通化县| 武汉市| 兴隆县| 门源| 东山县| 石泉县| 绍兴市| 大邑县| 车致| 安顺市| 棋牌| 科技| 永州市| 中超| 平远县| 北川| 侯马市| 镇远县| 清镇市| 行唐县| 四川省| 区。| 泗阳县| 龙岩市| 东阿县| 柏乡县| 锡林浩特市|