A Pen by Joel Alejandro Villarreal Bertoldi on CodePen.
Created
September 4, 2020 23:54
-
-
Save joelalejandro/7907c29706a650e821dacdd5d7cf4fd1 to your computer and use it in GitHub Desktop.
Rectángulo de color
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
| <div class="contenedor-logo"> | |
| <img src="https://placehold.it/602x167"> | |
| </div> |
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
| .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