Skip to content

Instantly share code, notes, and snippets.

@joelalejandro
Created September 4, 2020 23:54
Show Gist options
  • Select an option

  • Save joelalejandro/7907c29706a650e821dacdd5d7cf4fd1 to your computer and use it in GitHub Desktop.

Select an option

Save joelalejandro/7907c29706a650e821dacdd5d7cf4fd1 to your computer and use it in GitHub Desktop.
Rectángulo de color
<div class="contenedor-logo">
<img src="https://placehold.it/602x167">
</div>
.contenedor-logo {
background: #EED870;
padding: 1rem;
display: flex;
justify-content: center;
width: 50rem;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment