Olá, o banner do Twitter em meu projeto ficou enorme. Está estourando o header e quase encostando na foto do centro. Como não entendi muito esse capítulo, a atividade está praticamente (ou talvez integralmente) copiada da aula. Isso além da dúvida padrão sobre as palavras estarem extrapolando o tamanho da tela.
Esse é o index.css
.palavra-home {
position: absolute;
font-family: "Shadows Into Light", cursive;
font-weight: bold;
color: #D5447E;
font-size: .5em;
}
header {
position: relative;
}
.blog .inicio-post {
position: absolute;
background-color: #F2FFFC;
color: black;
top: 4em;
left: 30%;
right: 4em;
padding: 1.5em;
height: 8em;
}
.blog {
position: relative;
}
.blog .mais-recente {
background-color: #F2FFFC;
}
.blog .mais-recente a {
color: #F26;
}
.blog li {
width: 30%;
}
.foto-home {
height: 200px;
}
.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;
transform: skew(-10deg) rotate(-5deg);
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-shadow: 2px 2px #000;
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 a {
color: #F99;
}
main {
width: 100%;
padding-bottom: 0;
float: none;
}
.eficiencia {
top: 20%;
left: 75%;
-webkit-transform: rotate(-10deg);
transform: translate(-50%, -50%) rotate(-10deg) translateZ(4px);
}
...
.design {
top: 35%;
left: 65%;
-webkit-transform: translate(-50%, -50%) rotate(10deg) translateZ(2px);
transform: translate(-50%, -50%) rotate(10deg) translateZ(2px);
}
.borda-foto {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.banner-twitter {
width: 14em;
line-height: 1;
padding: 1em 0;
box-sizing: border-box;
text-align: center;
text-decoration: none;
background-color: #3C1D3D;
color: white;
border: .25em solid black;
font-family: 1.2em;
font-family: "Open Sans Condensed", sans-serif;
position: absolute;
top: 0;
right: 0;
transform-origin: 0 0;
transform: translate(6.5754em, -2.4749em) rotate(45deg);
}
.pespectiva-palavras {
perspective: 6px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Obrigado!