@Nnenna-udefi
Latest solutions
Latest comments
- @laurstevenson
On my side, it looks like the background image (desktop view) is cut between the social icons and main content:
- Rather than using background-repeat: no-repeat; you could try background-size: cover.
- You can also use the background declaration to combine the background image + background color: background:url(images/bg-desktop.svg) hsl(257, 40%, 49%);
Great job overall! :)
Marked as helpful