“pente” Réponses codées

Gradient linéaire CSS

#grad {
  background-image: linear-gradient(to right, #f1b1b1 , #82e6e8);

}
Code_Breaker

gradient linéaire

background: linear-gradient(to left, #333, #333 50%, #eee 100%);
Xenophobic Xenomorph

Gradient CSS Fteal

/*From bottom to top*/
background: rgb(166,166,166);
background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 29%);
GutoTrosla

uigradients


  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
Thoughtless Tuatara

dégradé de couleur

  letter-spacing: 5px !important;
  background-image: linear-gradient(60deg, #070ff4, #f90a0a);
  background-clip: text;
  color: transparent;
  
  
  aka datusing
Blue Baboon

pente


  background: #bdc3c7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #bdc3c7, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
Scaly Breasted Lorikeet

Réponses similaires à “pente”

Questions similaires à “pente”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code