代码拉取完成,页面将自动刷新
@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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。