文字旋转切换动画特效
代码语言:html
所属分类:动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" class="<!DOCTYPE html> <html lang=" en">">
<head>
<meta charset="UTF-8">
<title> Rotating Text</title>
<style>
@import url(https://fonts.googleapis.com/css?family=Lato:600);
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: #222;
}
.rotating-text {
font-family: Lato, sans-serif;
font-weight: 600;
font-size: 36px;
color: w.........完整代码请登录后点击上方下载按钮下载查看
网友评论0