Quando eu movimento a página, some as palavras
html, body{
overflow-x: hidden;
height: 100;
}
.foto-home {
height: 200px;
border-radius: 50%;
}
.saudacao p {
font-size: 1.5em;
color: #99A;
line-height: 1;
padding: 2em;
}
.saudacao-inicio {
font-size: 3em;
color: #889;
}
.saudacao-ultima-linha {
text-align: right;
display: block;
}
.saudacao strong {
font-size: 2em;
color: #000;
}
.saudacao em {
color: #851944;
font-size: 4em;
-webkit-transform: rotate(-5deg) skew(10deg);
transform: rotate(-5deg) skew(10deg);
display: inline-block;
}
.botao-index {
font-size: 1.25em;
background-color: #851944;
color: #FFF;
padding: .5em;
border: .2em solid black;
width: 40ch;
margin: 2em auto;
display: block;
text-align: center;
}
.secao-inicio {
padding: 2em;
}
.secao-inicio h2 {
font-size: 3em;
text-transform: uppercase;
margin-bottom: .5em;
}
.trabalhos {
background-color: #3C1D3D;
border-top: .5em solid #000;
border-bottom: .5em solid #000;
}
.trabalhos h2 {
color: #FFF;
}
.trabalhos ul {
overflow: hidden;
border: .5em solid black;
}
.trabalhos li {
float: left;
width: 33.333%;
}
.trabalhos img {
width: 100%;
display: block;
}
.blog {
background-color: #999;
color: #FFF;
border-bottom: .5em solid #851944;
position: relative;
}
.blog small {
position: relative;
top: -2em;
}
.blog li a {
color: #FCF;
padding: .5em;
display: block;
}
footer {
background-color: #000;
color: #FFF;
padding: 2em;
}
footer h2 {
font-size: 3em;
}
footer a {
color: #F99;
}
main {
width: 100%;
padding-bottom: 0;
float: none;
}
.inicio-post{
background-color: #FFF;
color: #000;
position: absolute;
top: 3em;
left: 30%;
right: 10%;
height: 3em;
padding: .5em;
}
.palavra-home{
position: absolute;
font-family: "Shadows into light",cursive;
font-weight: bold;
color: #D5447E;
font-size: 250%;
perspective: 6px;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.eficiencia {
top: 50%;
left: 60%;
transform: translate(-50%, -50%) rotate(-5deg) translateZ(1px) scale(.25);
}
.boas-praticas {
top: 70%;
left: 20%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(1px) scale(.25);
}
.codigo-limpo {
top: 45%;
left: 25%;
transform: translate(-50%, -50%) rotate(-10deg) translateZ(2px) scale(.25);
}
.css3 {
top: 55%;
left: 35%;
transform: translate(-50%, -50%) rotate(5deg) translateZ(2px) scale(.25);
}
.html5 {
top: 30%;
left: 65%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(2px) scale(.25);
}
.javascript {
top: 15%;
left: 60%;
transform: translate(-40%, -20%) rotate(-5deg) translateZ(.5px) scale(.25);
}
.acessibilidade {
top: 30%;
left: 35%;
transform: translate(-50%, -50%) rotate(-5deg) translateZ(2px) scale(.25);
}
.responsivo {
top: 40%;
left: 40%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(1px) scale(.25);
}
.otimizacoes {
top: 70%;
left: 65%;
transform: translate(-50%, -50%) rotate(-5deg) translateZ(2px) scale(.25);
}
.agilidade {
top: 75%;
left: 35%;
transform: translate(-50%, -50%) rotate(5deg) translateZ(2px) scale(.25);
}
.design {
top: 40%;
left: 60%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(2px) scale(.25);
}
.blog .inicio-post {
position: absolute;
top: 4em;
height: 8em;
left: 30%;
right: 4em;
background-color: #F2FFFC;
color: #000;
padding: 1.5em;
}
.blog {
position: relative;
}
.blog .mais-recente{
background-color: #F2FFFC;
}
.blog .mais-recente{
color: #F26;
}
.blog li{
width: 30%;
}
.banner{
-webkit-transform: skew(20deg)
rotate(30deg)
scale(1.2);
transform: skew(20deg)
rotate(30deg)
scale(1.2);
}
.banner-twitter{
width: 14em;
line-height: 1;
padding: 1em 0;
box-sizing: border-box;
background-color: #1DA1F2;
text-decoration: none;
border-color: #3C1D3D;
border: .25em solid black;
color: white;
text-align: center;
font-size: 1em;
font-family: "Open Sans Condensed", sans-serif;
}
.banner-twitter {
position: absolute;
top: 0;
right: 0;
transform-origin: 0 0;
transform: translate(6.5754em, -2.4749em) rotate(45deg);
}
body{
perspective: 6px;
perspective-origin: 50% 160px;
}
.palavras-home, .titulo-principal {
transform-style: preserve-3d;
}