“rgba” Réponses codées

COURS D'OPPACITÉ CSS

background: rgba(255, 255, 255, 0.25);
Lucas Juan

couleur rouge rgba

rgb(255,0,0)  /*red*/  Hex  #FF0000
Batman

rgba blue colo

rgb(0,128,0)  /*green*/  Hex #008000
Batman

rgba

rgba(255, 255, 255) /* white */
rgba(255, 255, 255, .5) /* white with 50% opacity */
rgba(255 255 255 / 0.5); /* CSS Colors 4 space-separated values */
Inquisitive Iguana

Rgba

The red, green, blue, and alpha color components of the RGBA mode.
Faithful Flatworm

Réponses similaires à “rgba”

Questions similaires à “rgba”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code