-
6.
<div class='Caja EjemploRadialRepetitivoSimple'></div>
<style type="text/css">
.Caja {
float:left;
width:200px;
height:200px;
margin-right:20px;
border-radius:4px;
border:1px solid #999;
}
.EjemploRadialRepetitivoSimple {
background:-webkit-repeating-radial-gradient(rgb(0, 0, 255) 0%, rgb(0, 0, 100) 20%);
background:-moz-repeating-radial-gradient(rgb(0, 0, 255) 0%, rgb(0, 0, 100) 20%);
background:-o-repeating-radial-gradient(rgb(0, 0, 255) 0%, rgb(0, 0, 100) 20%);
background:repeating-radial-gradient(rgb(0, 0, 255) 0%, rgb(0, 0, 100) 20%);
}
</style>
-
Commentaires
Aucun commentaire pour le moment
Ajouter un commentaire