Fond de bloc effet radial

⚙️ Type de code : CSS
🗃️ Catégorie de code : Divers HTML
				
					/* Fond radial */
.fond_radial {
    background: radial-gradient(ellipse 100% 50% at center, 
        rgba(120, 86, 255, 0.1) 10%,  /* Violet adouci */
        rgba(86, 216, 255, 0.1) 30%,  /* Bleu ciel adouci */
        rgba(255, 204, 112, 0.1) 50%, /* Jaune doux */
        rgba(255, 255, 255, 1) 80%    /* Blanc opaque */
    );
}
				
			

Informations à propos de ce code

Autres code dans la catégorie « Divers HTML »

Rechercher un produit ou un service...