Skip to content

Instantly share code, notes, and snippets.

@DouglasdeMoura
Last active September 7, 2022 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DouglasdeMoura/4f0fd40464ce40a1e706c618c5d5ab72 to your computer and use it in GitHub Desktop.
Save DouglasdeMoura/4f0fd40464ce40a1e706c618c5d5ab72 to your computer and use it in GitHub Desktop.
Como criar placeholders bonitos para suas imagens
/* Tornando todas as imagens do site responsivas */
img {
width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment