Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema no desafio 10 - Rodapé #551

Open
Denilsonalbertomarques opened this issue Feb 2, 2024 · 5 comments
Open

Problema no desafio 10 - Rodapé #551

Denilsonalbertomarques opened this issue Feb 2, 2024 · 5 comments

Comments

@Denilsonalbertomarques
Copy link

Quando rodo meu site em telas pequenas, o rodapé não ocupa a largura inteira da tela

@BenjamimCS
Copy link

Descreva melhor por favor. Explique com código e imagens.

@Denilsonalbertomarques
Copy link
Author

Denilsonalbertomarques commented Feb 6, 2024

TODOS OS CÓDIGOS QUE UTILIZEI NO RODAPÉ:

footer {
background-color: var(--cor04);
}

footer p {
font-size: 0.9em;
color: white;
text-align: center;
}

footer a {
text-decoration: none;
color: white;
}

footer a:hover {
text-decoration: underline;
font-family: var(--fonte-paragrafo);
}

@Denilsonalbertomarques
Copy link
Author

Screenshot_20240206-143934

@EdsonRafaelS
Copy link

Possivelmente, seu footer deve esta com width diferente de 100%

footer{ width= 100%; }

@BenjamimCS
Copy link

DESCULPAS A DEMORA.

No Inspecionar do navegador vá na aba "Computado" e veja os valores das propriedades de largura, principalmente a width: veja se não há valor absoluto como px, ou se esteja com alguma porcentagem etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants