1 Star 0 Fork 0

刘欣怡/upteam_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Untitled-1.css 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘欣怡 提交于 2021-03-10 22:15 . 1
@import url("https://fonts.googleapis.com/css?family=Heebo:900");
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: .2rem 0 0 0;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Heebo', sans-serif;
background: #f86f5e;
}
p {
margin: 0;
padding: 0;
font-size: 7rem;
line-height: 1;
letter-spacing: .3rem;
color: #253057;
}
p.desc {
padding: 1rem;
font-size: 1rem;
letter-spacing: .2rem;
opacity: 0;
transition: 2s 1.5s;
}
@media screen and (max-width: 450px) {
p {
font-size: 3rem;
}
p.desc {
font-size: .5rem;
}
}
.ex1 {
opacity: 0;
perspective: 200px;
}
.ex1 span {
transform: rotateY(-90deg);
opacity: 0;
}
.ex2 {
opacity: 0;
perspective: 200px;
}
.ex2 span {
transform: rotateY(-90deg) rotateX(45deg);
transform-origin: -50% 75%;
opacity: 0;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxinyi800/upteam_1.git
git@gitee.com:liuxinyi800/upteam_1.git
liuxinyi800
upteam_1
upteam_1
master

搜索帮助