Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML

 

 

2.

<div class='Caja EjemploLinear3C'></div>
<style type="text/css">
.Caja {
float:left;
width:200px;
height:200px;
margin-right:20px;
border-radius:4px;
border:1px solid #999;
}
.EjemploLinear3C {
background:-webkit-linear-gradient(45deg, rgb(255, 255, 0) 20%, rgb(200, 0, 0) 60%, rgb(0, 150, 0));
background:-moz-linear-gradient(45deg, rgb(255, 255, 0) 20%, rgb(200, 0, 0) 60%, rgb(0, 150, 0));
background:-o-linear-gradient(45deg, rgb(255, 255, 0) 20%, rgb(200, 0, 0) 60%, rgb(0, 150, 0));
background:linear-gradient(45deg, rgb(255, 255, 0) 20%, rgb(200, 0, 0) 60%, rgb(0, 150, 0));
}
</style>
 









 

Retour à l'accueil
Partager cet article
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article