ESTE ES EL CODIGO DE LA PAGINA DE INICIO
Código HTML:
Ver original
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <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. Debido a que, según la teoría de la relatividad especial, la materia no puede moverse a una velocidad superior a la velocidad de la luz, puede parecer paradójico que dos objetos del universo puedan haberse separado 93 mil millones de años luz en un tiempo de únicamente 13 mil millones de años; sin embargo, esta separación no entra en conflicto con la teoría de la relatividad general, ya que ésta sólo afecta al movimiento en el espacio, pero no al espacio mismo, que puede extenderse a un ritmo superior, no limitado por la velocidad de la luz. Por lo tanto, dos galaxias pueden separarse una de la otra más rápidamente que la velocidad de la luz si es el espacio entre ellas el que se dilata. Mediciones sobre la distribución espacial y el desplazamiento hacia el rojo (redshift) de galaxias distantes, la radiación cósmica de fondo de microondas, y los porcentajes relativos de los elementos químicos más ligeros, apoyan la teoría de la expansión del espacio, y más en general, la teoría del Big Bang, que propone que el universo en sí se creó en un momento específico en el pasado. </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>[/HTML]
ACA ES EL 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; }
SE AGRADECE SU AYUDA DE ANTEMANO