Could someone let me know why the linear-gradient
of my Welcome Section isn’t working? Thanks
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
1 Like
Ugh and I looked at it 10 times!!! Thanks
1 Like