Created
April 25, 2024 05:31
-
-
Save luizfelipeleite/7817741b71bc59c42569721e70fbad94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
width: 100vw; /* Define a largura da imagem como 100% da largura da tela */ | |
margin-left: calc(-50vw + 50%); /* Centraliza a imagem horizontalmente */ | |
margin-right: calc(-50vw + 50%); /* Centraliza a imagem horizontalmente */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment