Meu código não funciona simplesmente as palavras somem do Header
.foto-home {
height: 200px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.saudacao p {
color: #99A;
line-height: 1;
padding: 2em;
font-size: 1.2em;
}
.saudacao-inicio {
color: #889;
font-size: 3em;
}
.saudacao-ultima-linha {
text-align: right;
display: block;
}
.saudacao strong {
color: #000;
font-size: 2em;
}
.saudacao em {
color: #851944;
font-size: 4em;
display: inline-block;
transform: skewX(-10deg)
rotate(-5deg);
}
.botao-index {
font-size: 1.2em;
background-color: #851944;
color: #FFF;
border: .2em solid black;
width: 40ch;
display: block;
text-align: center;
margin: 2rem auto;
}
.secao-inicio {
padding: 2em;
}
.secao-inicio h2 {
text-transform: uppercase;
font-size: 3em;
text-shadow: 2px 2px #000;
margin-bottom: .5em;
}
.trabalhos {
background-color: #3C1D3D;
border-top: 0.5em solid #000;
border-bottom: 0.5em solid #000;
}
.trabalhos h2 {
color: #FFF;
}
.trabalhos ul {
overflow: hidden;
border: 0.5em solid black;
}
.trabalhos li {
float: left;
width: 33.333%;
}
.trabalhos img {
width: 100%;
display: block;
}
.blog {
background-color: #999;
color: #FFF;
border-bottom: 0.5em solid #851944;
position: relative;
}
.blog li a {
color: #FCF;
padding: 0.5rem;
display: block;
}
footer {
background-color: #000;
color: #FFF;
padding: 1em;
}
footer h2 {
font-size: 1.5em;
}
footer a {
color: #F99;
}
main {
width: 100%;
padding-bottom: 3.7em;
float: none;
}
.palavra-home {
font-family: "Shadows Into Light", cursive;
font-weight: bold;
color: #D5447E;
font-size: 0.4em;
}
.eficiencia {
top: 50%;
left: 60%;
transform: translate(-50%, -50% ) rotate(-5deg) translateZ(4px);
}
.boas-praticas {
top: 70%;
left: 20%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(1px);
}
.codigo-limpo {
top: 45%;
left: 25%;
transform: translate(-50%, -50%) rotate(-10deg) translateZ(2px);
}
.css3 {
top: 55%;
left: 35%;
transform: translate(-50%, -50%) rotate(5deg) translateZ(2px);
}
.html5 {
top: 30%;
left: 65%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(2px);
}
.javascript {
top: 15%;
left: 60%;
transform: translate(-50%, -50%) rotate(-5deg) translateZ(1px);
}
.acessibilidade {
top: 30%;
left: 35%;
transform: translate(-50%, -50%) rotate(-5deg) translateZ(3px);
}
.responsivo {
top: 40%;
left: 40%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(3px);
}
.otimizacoes {
top: 70%;
left: 65%;
transform: translate(-50%, -50%) rotate(-5deg) translateZ(2px);
}
.agilidade {
top: 75%;
left: 35%;
transform: translate(-50%, -50%) rotate(5deg) translateZ(1px);
}
.design {
top: 40%;
left: 60%;
transform: translate(-50%, -50%) rotate(10deg) translateZ(2px);
}
header {
position: relative;
}
.blog .inicio-post {
position: absolute;
top: 4em;
height: 8em;
left: 30%;
right: 4em;
background-color: #F2FFFC;
color: #000;
padding: 1.5em;
}
.blog .mais-recente {
background-color: #F2FFFC;
}
.blog .mais-recente a {
color: #F26;
}
.blog li {
width: 30%;
}
.siga-twitter {
font-size: 0.7em;
color: #FFF;
background-color: #3C1D3D;
border-bottom: 0.1em solid black;
border-top: 0.1em solid black;
position: absolute;
top: 2em;
right: -3em;
transform:rotate(45deg);
text-decoration:none;
text-transform: none;
padding: 0.3em 0;
box-sizing: border-box;
width: 12em;
font-family: "Open Sans Condensed", sans-serif;
}
.palavras-home {
perspective: 6px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}