Juegos que ya he probado:
- https://flukeout.github.io/ Para ejercitar (o aprender) selectores en CSS
- https://flexboxfroggy.com/ Para aprender Flexbox (CSS)
- http://www.flexboxdefense.com/ Otro para aprender Flexbox (CSS)
- http://www.gridcritters.com/ Para aprender CSS grid
- https://type.method.ac/ Juego muy interesante sobre kerning (fuentes)
- https://ilovetypography.com/2020/05/31/the-font-game/ ¿crees reconocer tipografías?, ¡pruebalo!
- https://ilovetypography.com/2020/06/08/the-font-game-level-2/ nivel dos del juego anterior
- https://ilovetypography.com/2020/06/30/font-anatomy-game/ Anatomía de fuentes
- https://ilovetypography.com/2020/05/25/ilt-quiz-glorious-glyphs/ el juego de glifos gloriosos (si, mas fuentes)
Profesionales Varios:
- http://freelancer.com/
- http://www.peopleperhour.com/
- http://dynamitejobs.co/ (pensando en los nómadas digitales)
Orientado a Programación:
Android:
- Banesco Pago Movil: https://play.google.com/store/apps/details?id=com.baneMovilsco.samfmobileonline.pagomovil
- BBVA Provincial Dinero Rapido: https://play.google.com/store/apps/details?id=com.dinerorapido.bancamovil
- Tpago (Mercantil): https://play.google.com/store/apps/details?id=com.synergygb.mercantil.tpago
- Pago Express BOD: https://play.google.com/store/apps/details?id=com.phoenix3k.catpay.bod&hl=es-419
- Tu Pago Movil Banco Bicentenario: https://play.google.com/store/apps/details?id=com.unidigital.bicentenario.p2p
- Pago Movil BFC: https://play.google.com/store/apps/details?id=com.intellogic.p2p_bfc
- DelSur Movil: https://play.google.com/store/apps/details?id=com.bds.adverweb.bancodelsur (segun la web del banco dice que tambien se pueden hacer pagos desde DELSUR Online Personas)
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
| body { | |
| font-family: sans-serif; | |
| } | |
| ul { | |
| list-style: none | |
| } | |
| li { | |
| background: slategrey; |