Created
September 3, 2013 17:13
-
-
Save anonymous/6426734 to your computer and use it in GitHub Desktop.
En esta sección, van mis selectores y propiedades CSS
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
/** | |
* En esta sección, van mis selectores y propiedades CSS | |
*/ | |
body{ | |
background-color:gray; | |
} | |
/* esta ses una forma de declarar el fondo verde a todos los elementos div | |
div{ background-color:limegreen;} | |
de la siguiente manera, solo aplica el color de fondo a los elementos con class de verde limon | |
*/ | |
.verde-limon{ background-color:limegreen;} |
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
<div class="verde-limon"> | |
<p class="versiculo"> | |
Todo lo puedo en Cristo que me fortalece | |
<cite>—Filipenses 4:13</cite> | |
</p> | |
</div> | |
<p class="derechos">Copyright ©2013 Roberto Valencia</p> |
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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment