@RadexmanSubmitted over 2 years ago
Mohamed Khaled
@mohamedKhaled89All comments
- @mohamedKhaled89Posted over 2 years ago
Hey Radek, congratulations on completing the challenge! You did a great job
I think you need to change some things in your code:
- body background-color: var(--clr-primary-700);
- make your background-size: contain;
- and background-repeat: no-repeat;
- I think you must make a container for content for better positioning
Marked as helpful1 - @Lauz7Submitted over 2 years ago@mohamedKhaled89Posted over 2 years ago
Hey Lauren Struthers, congratulations on completing the challenge! You did a great job.
- I think you can put your font family together in the body tag.
- body { font-family: 'Outfit', sans-serif; }
Marked as helpful0