i can't not able to put background image in this, I tried a lot, still nothing worked please help me 🙄😶 And I have not put any media queries in this it is not a responsive design i, so whatever mistakes I have please tell me and I will try to fix them
Festus Adeyemi
@kalosFestusAll comments
- @nemesisaquibSubmitted about 2 years ago@kalosFestusPosted about 2 years ago
Hello @nemesisaquib and congratulations on completing this challenge! Great code and solution, I have the following suggestions concerning your questions:
- Target the main tag or body in your css stylesheet and add the background property
background: url("directory for the first image"),
url("directory for the first image");
- Then for each of the images add a no repeat and also position them with the bottom right property and top right property too for the images respectively.
- You should also remove the text decoration at the bottom of the card on your Frontend Mentor and Nemesis. I hope this is helpful, happy codding
0 - @N-anleSubmitted about 2 years ago
I am having some trouble with the positioning of the main box in smaller screens, it doesn't show everything until I have to put a drastic position using position:relative; but using that makes me have too much space on the top and too little space on the bottom. Any help will be well appreciated, thanks