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
/** | |
* Sample video look | |
*/ | |
@import url('http://awr.org/wp-content/themes/awr-theme/style.css?ver=20171005v1'); | |
.video-wrapper{font-family:"Open Sans";font-size:1em;-webkit-font-smoothing:antialiased} | |
.video-wrapper{position:relative;margin:1px;padding:0;background-color:rgba(244,244,244,1);overflow:hidden;float:left;} | |
.video-wrapper{height:335px ;width:595px;} | |
.video{z-index:-300;margin-left:0;float:left;} |
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
/** | |
* Vista previa de proyecto para Expo | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=PT+Sans); | |
.proyecto { | |
font-family: "PTSans-Regular","PT Sans",Arial,Helvetica,sans-serif; | |
font-size: 1em; | |
-webkit-font-smoothing:antialiased | |
} | |
.proyecto { |
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
/** | |
* Perfil móvil | |
*/ | |
@import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css); | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800); | |
html { | |
background: darkorange url(http://artcom.um.edu.mx/expo-artcom/o12/upload/48f92dae24e872ffd689426a1ea367a0.jpg) no-repeat center center fixed; | |
-webkit-background-size: cover; |
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
/** | |
* Perfil móvil | |
*/ | |
@import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css); | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800); | |
html { | |
background: darkorange url(http://artcom.um.edu.mx/expo-artcom/o12/upload/48f92dae24e872ffd689426a1ea367a0.jpg) no-repeat center center fixed; | |
-webkit-background-size: cover; |
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
/** | |
* Ejercicio con mi nombre - posicionamiento absoluto | |
*/ | |
/** | |
* Roberto Valencia | |
* ejercicio CSS con mi nombre, | |
* inspirado en el ejercicio de Jon Tangerine | |
* | |
* Courier Regular |
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
/** | |
* postales Nº 1 al 17 | |
*/ | |
/* aquí van las fuentes importadas*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700); | |
@import url(http://fonts.googleapis.com/css?family=Codystar); | |
@import url(http://fonts.googleapis.com/css?family=Lato:100,300); | |
@import url(http://fonts.googleapis.com/css?family=Lato:100italic,300italic); | |
@import url(http://fonts.googleapis.com/css?family=Abril+Fatface); |
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
/** | |
* ago26 - Tres postales | |
*/ | |
/* aquí va el CSS */ | |
/* colores */ | |
.rojo{ color:#E5080A;} | |
.fondo-rojo{background-color:#E5080A;} | |
.blanco{color:white;} |
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
/** | |
* ago26 - ejemplos de HTML y CSS | |
*/ | |
h1, h2{text-transform: uppercase;color: red;} | |
#articulo_1{font-weight: normal;} | |
h1{color:green;} | |
h1{color:gray;} | |
h1 em+em{text-transform: lowercase;} | |
/* |
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
/** | |
* 2014DW Ejercicio 1 - por Robert Valencia | |
*/ | |
h1{ | |
font-family:Avenir; | |
font-weight:normal; | |
text-transform:uppercase; | |
letter-spacing:.1em; |
NewerOlder