Guten morgen, ich habe eine Far Sektion erstellt und dort ein Hintergrundbild eingefügt.
Nun möchte ich das das Bild ein Schatten nach unten hat und habe folgenden Code eingegeben:
.header-schatten {
box-shadow: 0px 100px 33px -79px rgba(1.4912508245100362, 1.4912508245100362, 1.4912508245100362, 0.77);!important
}
Leider geht es nicht.
Was mache ich falsch ?
DANKE
Hey fingerfoodmen,
These are not correct rgba colors:
rgba(1.4912508245100362, 1.4912508245100362, 1.4912508245100362, 0.77)
your colors need to be like this:
rgba(255, 255, 255, 0.77)
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike