Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Nemesis 120

    @nemesisaquib

    Submitted

    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

    @kalosFestus

    Posted

    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
  • Nanle 130

    @N-anle

    Submitted

    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

    @kalosFestus

    Posted

    Try height:unset

    0