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

  • Kehinde• 270

    @kennsawyerr

    Posted

    I would also like to know what you did that made the site remember my cart items even after I had closed the page.

    0
  • Kehinde• 270

    @kennsawyerr

    Posted

    Hi Ashiru125. I saw your site and it really makes sense. Do you need help with the :hover feature?

    0
  • Kehinde• 270

    @kennsawyerr

    Posted

    Hi . I looked at your code. I suggest you should put your <img> in a div.

    <div class="img- container"> <img> </div>

    /* css */

    .img-container{ margin:auto;

    }

    Marked as helpful

    0
  • jeanmax1me• 160

    @jeanmax1me

    Submitted

    Not very good experience with the HTML & CSS, made some mistakes. The JS was very enjoyable and fast though

    Kehinde• 270

    @kennsawyerr

    Posted

    Hi jeanmax1me, You need to put the notification box to be //code/////margin: auto;

    0
  • Nosaroki• 30

    @wea2ne

    Submitted

    I've been struggling with the responsive a little even if I feel like it's quite simple to solve, I cannot manage to have the correct design on the desktop view and on the mobile view...

    Kehinde• 270

    @kennsawyerr

    Posted

    for the prices. Comparing the old price to the new price, try putting both of them in a div and setting that div to display flex. e.g:

    <div class="price_container"> <div class="new">New Price</div> <div>Old price</div> </div>

    /* css */ .price_container{ display:flex; } .new{ margin-right: 12px}

    Marked as helpful

    0