Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS No shadow on middle cards (tutorial #171)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291951
    whiney
    Participant

    Hello!
    I am a total beginner, and I tried the trick in video 171 in a page with other tests.

    The thing is, I can’t get a shadow in the middle cards. And the error I am getting at visual code is at rule or selector expected.
    Can someone have a look and let me know what’s going on?
    https://codepen.io/whiney/pen/MMmeZP

    Thank you very much.

    #291952
    Shikkediel
    Participant

    That’s not a valid rgba value…

    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.6);
    
    #291959
    whiney
    Participant

    Thank you very much. It’s working now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.