Latest comments
- @j-hutchison@omardavidcyber
one improvement is the border radius. you seem to have them on all the sections. In the design only the first and last one have a border radius one the outside borders.
Marked as helpful - @grmbyrnWhat are you most proud of, and what would you do differently next time?
I made this a long time ago so don't remember.
What challenges did you encounter, and how did you overcome them?I made this a long time ago so don't remember.
What specific areas of your project would you like help with?I made this a long time ago so don't remember.
@omardavidcyberThe only nit-picky thing is the page background color is white while the design is a more grayish one. But other than that the layout looks really good Graeme!
Marked as helpful - @sauravchamoli17@omardavidcyber
The background image is not showing up because you need to change the url location of the image. You have this:
background: url("/images/bg-desktop.svg");
Its trying to look for it in the css directory so you need to move up one directory.
Change it to this:
background: url("../images/bg-desktop.svg");