Layout with flexbox

Solution retrospective
My github page is not rendering background image which is made is SVG. Other images such as illustration-hero.svg and icon-music.svg which are also in SVG are rendered. They all are in same image/ folder. I have specified all path correctly. What could be reason for that? Also please tell me how is my design. I have to boost my confidence. :) You are appreciated. Thank you so much !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @adimidania
- just use
background: url("images/pattern-background-desktop.svg");
instead ofbackground: url(Images/pattern-background-desktop.svg);
Otherwise, nice job mate! Just a humble suggestion: It would be much better if you add a little bit of padding to your
card-content
element! keep the work up - just use
- @MohamedHussein05
The Path is Case Sensitive you wrote "Images" instead of "images", regardless of that you did great job keep going
Join 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