CSS utilisant la même couleur d'arrière-plan que l'arrière-plan parent

.child {
    float: right;
    background-color: inherit;
}
Aggressive Antelope