Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1416681

    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

    #1416693

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.