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
# converted to JSON from https://vexillology.fandom.com/wiki/User:HansLN/National_flag_colors?action=edit§ion=1 | |
[ | |
{ | |
"cca2": "AD", | |
"name": "Andorra", | |
"colors": [ | |
"#d0103a", | |
"#fedf00", | |
"#0018a8", | |
"#c7b37f", |
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
/** | |
* Cajas de texto | |
* En esta sección, van los selectores y propiedades CSS | |
* @author Robert Valencia <http://robertvalencia.com> | |
*/ | |
/** Reset de CSS | |
* Por lo general hay ciertas reglas de CSS que usamos | |
* para ‘resetear’ algunos valores y así tener un punto | |
* de partida más apropiado a nuestras necesidades. |