•  

     

    3.

    <style type="text/css">
    .Caja {
    float:left;
    width:200px;
    height:200px;
    margin-right:20px;
    border-radius:4px;
    border:1px solid #999;
    }
    .EjemploLinearRepetitivo {
    background:-webkit-repeating-linear-gradient(rgb(0, 255, 0) 0%, rgb(0, 100, 0) 10%);
    background:-moz-repeating-linear-gradient(rgb(0, 255, 0) 0%, rgb(0, 100, 0) 10%);
    background:-o-repeating-linear-gradient(rgb(0, 255, 0) 0%, rgb(0, 100, 0) 10%);
    background:repeating-linear-gradient(rgb(0, 255, 0) 0%, rgb(0, 100, 0) 10%);
    }
    </style>

    <div class='Caja EjemploLinearRepetitivo'></div>
     








     


  • Commentaires

    Aucun commentaire pour le moment



    Ajouter un commentaire

    Nom / Pseudo :

    E-mail (facultatif) :

    Site Web (facultatif) :

    Commentaire :