Created
December 10, 2019 01:39
-
-
Save codigoconjuan/13e31916003dd39adbc1aad4f288a378 to your computer and use it in GitHub Desktop.
Proyecto Criptomonedas
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
body { | |
background-color: #0d2235; | |
} | |
.error { | |
background-color: #b7322c; | |
padding: 1rem; | |
color: white; | |
font-size: 18px; | |
text-transform: uppercase; | |
font-weight: bold; | |
text-align: center; | |
} | |
.resultado { | |
color: white; | |
} | |
.resultado h2 { | |
font-weight: bold; | |
color: white; | |
} | |
.resultado p { | |
font-size: 18px!important; | |
} | |
.resultado p span { | |
font-weight: bold; | |
} | |
p.precio{ | |
font-size: 30px!important; | |
} |
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
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet"> |
Gracias por compartir el link
Cracks!
Exclente
Enlace hacia los Spinners :))
https://tobiasahlin.com/spinkit/
Tengo un error al compilar relacionado a emotion => Module not found: Can't resolve '@emotion/react'
Comparto la solución => npm install @emotion/react
https://stackoverflow.com/questions/65486256/module-not-found-cant-resolve-emotion-react
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
¡¡¡Muchas gracias!!!