29/10/2013, 15:06
|
| | Fecha de Ingreso: octubre-2013
Mensajes: 6
Antigüedad: 11 años, 2 meses Puntos: 0 | |
Respuesta: Quitar bordes de pagina web <html>
<head>
<meta charset="UTF-8">
<style type="text/css">
body {
color: white;
background-color: #E3E5E6 ;
margin: 0 ;}
</style>
</head>
<body>
<hr style="border: 0px solid #4BACCD; background-color: #4BACCD; height: 50px; width: 100%; " /> |