Buenas. Ya he empezado a hacer un pagina web. "La primera en la frente".
En el rectangulo en la parte inferior, sale un pico en cada esquina y no
se como quitarlo, para que quede redondo.
estilos.css
* {text-indent:0px ; margin:0px ; padding:0px ; border:0px}
p {text-align: justify}
body {text-align: center}
body {background-image: url(objetos/fondo019.jpg)}
#global {width:800px ; margin:4px auto }
#curva-superior { background-image: url(objetos/curva-superior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height:12px ;
overflow: hidden }
#cabecera {background-color: white ; border-left: black 1px solid ;
border-right: black 1px solid ; height:65px}
#logotipo {width:280px ; float:left }
#curva-inferior { background-image: url(objetos/curva-inferior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height:12px ;
overflow: hidden }
index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>PRUEBA 1</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="curva-superior"></div>
<div id="cabecera">
<div id="logotipo">[contenido no disponible]</div>
<div id="curva-inferior"></div>
Gracias.
En el rectangulo en la parte inferior, sale un pico en cada esquina y no
se como quitarlo, para que quede redondo.
estilos.css
* {text-indent:0px ; margin:0px ; padding:0px ; border:0px}
p {text-align: justify}
body {text-align: center}
body {background-image: url(objetos/fondo019.jpg)}
#global {width:800px ; margin:4px auto }
#curva-superior { background-image: url(objetos/curva-superior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height:12px ;
overflow: hidden }
#cabecera {background-color: white ; border-left: black 1px solid ;
border-right: black 1px solid ; height:65px}
#logotipo {width:280px ; float:left }
#curva-inferior { background-image: url(objetos/curva-inferior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height:12px ;
overflow: hidden }
index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>PRUEBA 1</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="curva-superior"></div>
<div id="cabecera">
<div id="logotipo">[contenido no disponible]</div>
<div id="curva-inferior"></div>
Gracias.