Skip to content

Instantly share code, notes, and snippets.

View luisphp's full-sized avatar
🎯
Focusing

Luis Hurtado luisphp

🎯
Focusing
  • Caracas - Venezuela
View GitHub Profile
@codigoconjuan
codigoconjuan / index.css
Created December 10, 2019 01:39
Proyecto Criptomonedas
body {
background-color: #0d2235;
}
.error {
background-color: #b7322c;
padding: 1rem;
color: white;
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
@codigoconjuan
codigoconjuan / index.css
Created December 8, 2019 16:58
Proyecto Breaking Bad
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
* {
margin:0 ;
}
html {