@GIT-GizmoSubmitted about 2 years ago
I have tried and tried and tried but the image background isn't working, any suggestions?
I have tried and tried and tried but the image background isn't working, any suggestions?
Hey David, great job for completing the challenge!
Here's what I think you can do to fix the background :
background-image: url("pattern-background-desktop.svg");
in styles.css to background-image: url("../images/pattern-background-desktop.svg");
and don't forget to move your pattern-background-desktop.svg
to the images
foldermin-height: 100vh
in the body
selector, so your background will fill the entire viewhope this helpful! happy coding✨
Give me. Your Feedback
Hi MhmodMD! Great job with your design ✨ To make your intro section align in the middle of the page, you can
{display: flex; align-items: center; justify-content: center;}
to the .main
selectorheader
element to be a body
element's direct childheader
.main
selector to body
Hope this helpful! Happy coding 🙌
I did this I think there is a problem with the mobile container you can check it.
Hi MhmodMD 🙌
You're really doing great job on this challenge, congrats!
To fix the mobile container problem, you may try this:
max-width
property instead of width
in .parent .card
class selectormargin-inline
property in .parent .card
to make space between the card and the both side of the screen
Anyway, I've made a pull request to your repository ⬆️I hope this feedback is helpful, happy coding! ✨