Design comparison
Solution retrospective
How did I do on my first challenge?
Community feedback
- @buneeIsSloPosted over 3 years ago
Hey! @achristopher144, Just change your image and svg file extensions to lowercase.
- index.html:
src="image-victor.JPG"
---->src="image-victor.jpg"
- style.css:
background-image: url("bg-pattern-top.SVG"), url("bg-pattern-bottom.SVG");
---->background-image: url("bg-pattern-top.svg"), url("bg-pattern-bottom.svg");
This should fix it :)
Marked as helpful2@achristopher144Posted over 3 years ago@buneeIsSlo Hey thank you for your quick response, my original upload was with the file extensions with lowercase, but after some research, some suggested to change to uppercase, but I just changed it back. I'm about to go into work, so I will check back in at lunch to see if the changes have fixed it.
Again thank you for your quick response!:)
1@achristopher144Posted over 3 years ago@buneeIsSlo THANK YOU, it's fixed, you da man!:D
1@buneeIsSloPosted over 3 years ago@achristopher144 I'm glad I could help mate, The page looks great! and your code is quite clean too. The only thing it's missing is a
box-shadow
, You can copy and paste one from This Website. Keep up the good work and Happy Coding!1 - index.html:
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord