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
/** | |
* Comienza el css | |
*/ | |
body{color: black; | |
background:#CC99FF; | |
} | |
h2 {color: blue} | |
p {font-family:"Times New Roman"; | |
font-size:15px;} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body{color: black; | |
background:#CC99FF; | |
} | |
h2 {color: blue} | |
p {font-family:"Times New Roman"; | |
font-size:15px;} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body{color: black} | |
h2 {color: black} | |
p {text-aling:rigt | |
font-family:"Times New Roman"; | |
font-size:12px;} | |