Travolgi 🍕• 31,400
@denielden
Posted
Hi Paz, great job! Congratulations on completing the challenge.
For add the top image in the background just put more specific background properties to the body:
background: url("../img/pattern-background-desktop.svg") no-repeat top center;
background-size: contain;
background-color: #e0e8ff;
Also try to add a little transition
on the element with hover effect
Hope this help ;) Keep it up and happy coding!
Marked as helpful
0
Paz Spera• 170
@pazspera
Posted
@denielden Hi Deniel!
Thank you for your feedback, I was wondering why the svg background wasn't showing properly. I'll try your suggestion to see if it helps!!
1