<style type="text/css">
.announcement {
padding:4px;width:98%;margin:10px auto;text-align:center;color:black;
}
.announcement a {
color:black;
}
.a1 {
background:#fff6bf url(images/gloss1.png) repeat-x bottom left;border:1px solid #fcda52
}
.a2 {
background:#e1edba url(images/gloss2.png) repeat-x bottom left;border:1px solid #a9cd60
}
.a3 {
background:#bfd5ea url(images/gloss3.png) repeat-x bottom left;border:1px solid #2b6f9c
}
.roundB {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}
.roundBtop {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}
.roundM {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
</style>
<p class="announcement a3 roundB">Contenido Aqui</p>
<p class="announcement a2 roundB">Contenido Aqui</p>
<p class="announcement a1 roundB">Contenido Aqui</p>
(10 Oct, 2010, 12:45 pm)Rafael escribió: Edita el CSS del texto:
.announcement {
padding:4px;width:98%;margin:10px auto;text-align:center;color:black;font-size:XXpx;
}
donde XX es el número de pixeles que tendrá tu letra.
Saludos