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
| /** | |
| * Desafío #sep17 #enpijama · curso 2013dw | |
| * | |
| * El desafío consiste en que apliques aquí | |
| * los ejemplos de elementos flotantes | |
| * y listados en estilo de referencia APA | |
| * que se vieron previamente. | |
| */ | |
| /* estilos generales */ |
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
| /** | |
| * Control de tipografías con CSS | |
| */ | |
| /* incrustamos la tipografía que usaremos en el contenedor dos */ | |
| @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic); | |
| /* tipografías generales */ | |
| body { | |
| font-family: "American Typewriter",monospace; |
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
| /** | |
| * 2014DW Ejercicio 1 - por Robert Valencia | |
| */ | |
| h1{ | |
| font-family:Avenir; | |
| font-weight:normal; | |
| text-transform:uppercase; | |
| letter-spacing:.1em; |
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
| /** | |
| * 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 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
| /** | |
| * ago26 - Tres postales | |
| */ | |
| /* aquí va el CSS */ | |
| /* colores */ | |
| .rojo{ color:#E5080A;} | |
| .fondo-rojo{background-color:#E5080A;} | |
| .blanco{color:white;} |
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
| /** | |
| * 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 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
| /** | |
| * 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 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
| /** | |
| * 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 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
| /** | |
| * 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 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
| /** | |
| * 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 { |