estuve tratando de centrar , colocar en la izquierda o en la derecha o justificar los parrafos , pero no pasa nada copio desde editor y desde estilos para ver si tengo algo mal ,,,gracias
EDITOR
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pagina Principal de T-Shirt Hot </title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<p class="derecha">Pagina Web en Construcciòn . muy pronto algo diferente</p>
[contenido no disponible][contenido no disponible]
Una Creaciòn de T-Shirt Hot</p>
[correo eliminado]</p>
</body>
</html>
ESTILOS
body {background-image: url(objetos/fondo.png)}
img {border-style: none
.centrado { text-align:center }
.derecha { text-align:right }
.izquierda { text-align:left }
.justificado { text-align:justify }
EDITOR
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pagina Principal de T-Shirt Hot </title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<p class="derecha">Pagina Web en Construcciòn . muy pronto algo diferente</p>
[contenido no disponible][contenido no disponible]
Una Creaciòn de T-Shirt Hot</p>
[correo eliminado]</p>
</body>
</html>
ESTILOS
body {background-image: url(objetos/fondo.png)}
img {border-style: none
.centrado { text-align:center }
.derecha { text-align:right }
.izquierda { text-align:left }
.justificado { text-align:justify }