Couleur d'arrière-plan Aucun
element {
background-color: transparent;
}
Long Finned Pilot Whale
element {
background-color: transparent;
}
.class {
background-color: transparent;
}
body {
background-color: green;
}
body {
background-color: rgb(255,255,255);
}
/* To apply color to background you have to use 'background-color' property and value of property is color name. */
html,body {
background-color: blue;
}
//To override an existing css class
.class {
background: transparent;
}