Linear-Gradient not working

Could someone let me know why the linear-gradient of my Welcome Section isn’t working? Thanks

https://codepen.io/El_Escandalo/pen/pozqbaQ?editors=1100

You have an extra colon after ‘linear-gradient’. It’s a function, so the syntax is linear-gradient(pink, purple), no colon. Hope this solves your problem :slight_smile:

1 Like

Ugh and I looked at it 10 times!!! Thanks

1 Like