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
| <!DOCTYPE> | |
| <head> | |
| <title>Documento sin título</title> | |
| <link href="estilo-mario.css" rel="stylesheet" type="text/css"> | |
| <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic' rel='stylesheet' type='text/css'> | |
| <script language="JavaScript"> | |
| function muestra_oculta(id){ | |
| if (document.getElementById){ //se obtiene el id | |
| var el = document.getElementById(id); //se define la variable "el" igual a nuestro div |
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
| <!DOCTYPE> | |
| <head> | |
| <title>Documento sin título</title> | |
| <link href="estilo-mario.css" rel="stylesheet" type="text/css"> | |
| <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic' rel='stylesheet' type='text/css'> | |
| <!--[if gte IE 9]> | |
| <style type="text/css"> | |
| .gradient { | |
| filter: none; | |
| } |