3
respostas

as palavras ficaram grande

fiz a aplicacao e as palavras ficaram grandes e desfocada

html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    perspective: 6px;
    perspective-origin: 50% 160px;
    width:100%;
    height: 100%;
}
.palavras-home, .titulo-principal {
    transform-style: preserve-3d;
}
.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;
}
.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;
    position: relative;
    color: #FFF;
    border-bottom: .5em solid #851944;
}
.blog small {
    position: relative;
    top: -2em;
}
.blog li {
    width: 30%;
}
.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;
}
.palavra-home {
    font-family: "Shadows Into Light", cursive;
    font-weight: bold;
    color: #D5447E;
    position: absolute;

}
.palavras-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.palavras-home li {
    font-size: 400%;
}
.eficiencia {
    top: 20%;
    left: 75%;
    transform: translate(-50%, -50%) rotate(-5deg) translateZ(4px) scale(3.25);
}
.boas-praticas {
    top: 70%;
    left: 20%;
    transform: translate(-50%, -50%) rotate(10deg) translateZ(1px) scale(1.25);
}
.codigo-limpo {
    top: 45%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(-10deg) translateZ(2px) scale(1.25);
}
.css3 {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(5deg) translateZ(2px) scale(1.25);
}
.html5 {
    top: 40%;
    left: 80%;
    transform: translate(-50%, -50%) rotate(5deg) translateZ(2px) scale(1.25);
}
.javascript {
    top: 10%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(-5deg) translateZ(1px) scale(1.55);
    width
}
.acessibilidade {
    top: 30%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-5deg) translateZ(3px)scale(2.25);
}
.responsivo {
    top: 15%;
    left: 15%;
    transform: translate(-50%, -50%) rotate(10deg) translateZ(3px)scale(1.25);
}
.otimizacoes {
    top: 60%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(-5deg) translateZ(2px) scale(1.50);
}
.agilidade {
    top: 10%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(5deg) translateZ(1px) scale(1.75);
}
.design {
    top: 35%;
    left: 65%;
    transform: translate(-50%, -50%) rotate(10deg) translateZ(2px) scale(1.25);
}
.siga{
    text-align: center;
    border:2px solid black;
    background-color: #3C1D3D;
    text-decoration: none;
    width: 14em;
    font-size: 1.2em;
    font-family: "Open Sans Condensed", sans-serif;
    color:white;
    line-height: 1;
    position: absolute;
    transform-origin: 0 0;
    transform: translate(6.5765em, -2.4745em) rotate(45deg);
    padding: 1em 0;
    box-sizing: border-box;
    text-align: center;
    top: 0;
    right: 0;

}
.titulo-principal {
    position: relative;
}
.maravilhosos{
    transform: rotate(-5deg)
               skew(-10deg);
    display: inline-block;
}
.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;
}
3 respostas

não está 3em o font size tenta diminuir

.secao-inicio h2 {
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: .5em;
}

e no footer tb

nao e essa parte, vou mandar o link pra vc identificar https://cursos.alura.com.br/course/avancando-html-css/task/6143

Oi Jhones, tudo bom?

Não sou nenhum perito em front-end mas tava dando uma olhada na resposta do exercicio que você mandou pro Roger e tem algumas linhas lá que não encontrei no seu css:

html, body {
    height: 100%;
    overflow-x: hidden;
}

o height 100% no html e body.

Qualquer coisa, da uma revisada nos exercicios passando pela Opinião do Instrutor pra garantir =)

Abraço!