A Pen by Joel Alejandro Villarreal Bertoldi on CodePen.
🏳️🌈
A Pen by Joel Alejandro Villarreal Bertoldi on CodePen.
This file contains 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
/** | |
* hola!! | |
**/ | |
body { | |
background-color: #edba69; | |
} | |
.container * { | |
box-sizing: border-box; |
This file contains 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
* { box-sizing: border-box } | |
.contenedor, .caja { | |
border: 3px solid black; | |
width: 200px; | |
margin: 0 auto; | |
} | |
.contenedor { | |
/* Espaciado hacia adentro */ |
This file contains 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
/* Aplico estilos para elemento enfocado | |
a todas las etiquetas cuyo atributo type sea text */ | |
body { | |
background: #EED870; | |
} | |
#pseudoclase-focus input { | |
background: transparent; | |
border: 0; | |
border-bottom: 1px solid gray; |
This file contains 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> |
A Pen by Joel Alejandro Villarreal Bertoldi on CodePen.
A Pen by Joel Alejandro Villarreal Bertoldi on CodePen.
A Pen by Joel Alejandro Villarreal Bertoldi on CodePen.