PAGINA DE INICIO
HTML:
Código HTML:
Ver original
<html> <head> <link rel="stylesheet" type="text/css" href="Tabla.css"/> <link rel="stylesheet" type="text/css" href="Tabla.css"/> </head> <body id="Fondo"> <div id="TablaFondo"> <table> <tr> <td> <div> <table id="TablaPrincipal"> <tr id="TablaPubli"> <td colspan="2" id="Publicidad" align="center"> <img src="publicidad.png" width="200" height="98" </td> <td id="Logo" align="center"> <img src="Logo.png" width="200" height="125"> </td> </tr> <tr id="Menu" align="center"> <td rowspan="2" > <div id="MenuIzquierdo"> <table id="TituloMeIz"> <tr> <td> Menu </td> </tr> </table> <table> <tr> <td> </td> </tr> </table> </div> </td> <td colspan="2"> <td> <h4 id="Info"> El universo es la totalidad del espacio y del tiempo, de todas las formas de la materia, la energía y el impulso, las leyes y constantes físicas que las gobiernan. Sin embargo, el término también se utiliza en sentidos contextuales ligeramente diferentes y alude a conceptos como cosmos, mundo o naturaleza. <table id="TablaImagen1"> <tr> <td> </td> </tr> </table> Observaciones astronómicas indican que el universo tiene una edad de 13,73 ± 0,12 millardos de años (entre 13 730 y 13 810 millones de años) y por lo menos 93 000 millones de años luz de extensión.2 Según la teoría más aceptada, el evento que dio inicio al universo se denomina Big Bang. Se denomina Big-Bang a la singularidad que, conforme dicha teoría, fue la que creó el universo. Además esta afirma que después del Big Bang, el universo comenzó a expandirse hasta llegar a su condición actual, y continúa haciéndolo. </h4> <table> <tr> <td> <ul> <table id="TituloMeIz1"> <tr> <td> Otros Planetas </td> </tr> </table> </ul> </td> </tr> </table> </td> </td> </tr> <tr bgcolor="#ff0000"> <td colspan="2"> Fomulario </td> </tr> </table> </div> </td> </tr> </table> </div> </body> </html>
EL CSS
Código CSS:
Código CSS:
Ver original
#TablaPrincipal{ width: 800px; height:900px; margin: 0cm; margin-left: 5cm; } #Info{ background: rgba(215, 208, 213, 0.6); text-align: left; margin: 0 auto; } h4{ background: rgba(215, 208, 213, 0.6); text-align: center; margin: 0 auto; } #Menu{ text-align: center; vertical-align: top; } #TablaPubli{ width: 100px; background: rgba(117, 19, 236, 0.2); } #Fondo{ background-image: url('wallpaper.jpg'); background-repeat: repeat-y; background-position: center; background-attachment: fixed; background-size: cover; } #TablaFondo{ background: rgba(244, 151, 49, 0.2); text-align: center; margin: 0 auto; } #Publicidad{ margin: auto; } #MenuIzquierdo{ width: 200px; height:500px; /*border-left: solid 4px #4e4e4e;*/ float: left; margin-left: 1cm; text-align: center; } .Enlace2{ width: 150px; height: 105px; display: block; font-family: Arial, Tahoma; font-size: 10pto; font-weight: bold; padding: 5px; text-decoration: none; text-align: center; letter-spacing: 1px; border-top: solid 1px #4e4e4e; border-bottom: solid 2px #4e4e4e; border-right: solid 1px #4e4e4e; -webkit-transition:-webkit-transform 0.5s ease-out; -moz-transition:-moz-transform 0.5s ease-out; -o-transition:-o-transform 0.5s ease-out; -ms-transition:-ms-transform 0.5s ease-out; transition:transform 0.5s ease-out; text-decoration: none; } .Enlace2:link, .Enlace:visited, .Enlace:active{ border-left: solid 10px #757679; background-color: rgba(49, 0, 0, 0.7); color: rgba(219, 0, 0, 0.7); } .Enlace2:hover{ border-left: solid 10px #310000; background-color: rgba(219, 0, 0, 0.7); color: rgba(49, 0, 0, 0.7); text-align: right; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1) } #TituloMeIz{ height: 110px; width: 175px; vertical-align: middle; background: linear-gradient(to right,#db0000 ,#310000); text-align: -moz-center; display: block; font-size: 10pto; font-family: Comic Sans MS; font-weight: bold; color: #ffffff; border: solid 4px #4e4e4e; } #TablaImagen1{ width: 150px; border-bottom: solid 4px #4e4e4e; border-left: solid 2px #4e4e4e; border-right: solid 2px #4e4e4e; border-top: solid 4px #4e4e4e; text-align: center; font-family: Arial, Calibri; font-weight: bold; font-size: 10px; float: left; height: 125px; } .Enlace{ width: 450px; display: block; font-family: Arial, Tahoma; font-size: 10pto; font-weight: bold; padding: 5px; text-decoration: none; text-align: left; letter-spacing: 1px; border-top: solid 1px #4e4e4e; border-bottom: solid 2px #4e4e4e; border-right: solid 1px #4e4e4e; -webkit-transition:-webkit-transform 0.5s ease-out; -moz-transition:-moz-transform 0.5s ease-out; -o-transition:-o-transform 0.5s ease-out; -ms-transition:-ms-transform 0.5s ease-out; transition:transform 0.5s ease-out; text-decoration: none; } .Enlace:link, .Enlace:visited, .Enlace:active{ border-left: solid 10px #757679; background-color: rgba(49, 0, 0, 0.7); color: rgba(219, 0, 0, 0.7); } .Enlace:hover{ border-left: solid 10px #310000; background-color: rgba(219, 0, 0, 0.7); color: rgba(49, 0, 0, 0.7); text-align: right; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1) } #TituloMeIz{ height: 100px; width: 175px; padding: 5px; background: linear-gradient(to right,#db0000 ,#310000); text-align: -moz-center; display: block; font-size: 10pto; font-family: Comic Sans MS; font-weight: bold; color: #ffffff; border: solid 4px #4e4e4e; } #TituloMeIz1{ height: 50px; width: 472px; padding: 5px; background: linear-gradient(to right,#db0000 ,#310000); text-align: -moz-center; display: block; font-size: 10pto; font-family: Comic Sans MS; font-weight: bold; color: #ffffff; border: solid 4px #4e4e4e; }