Kehinde
@kennsawyerrAll comments
- @ashiruhammedSubmitted about 1 year ago@kennsawyerrPosted about 1 year ago
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 - @ashiruhammedSubmitted about 1 year ago@kennsawyerrPosted about 1 year ago
Hi Ashiru125. I saw your site and it really makes sense. Do you need help with the :hover feature?
0 - @IydeeSubmitted over 1 year ago@kennsawyerrPosted over 1 year ago
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 helpful0 - @jeanmax1meSubmitted over 1 year ago
Not very good experience with the HTML & CSS, made some mistakes. The JS was very enjoyable and fast though
@kennsawyerrPosted over 1 year agoHi jeanmax1me, You need to put the notification box to be //code/////margin: auto;
0 - @wea2neSubmitted over 1 year ago
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...
@kennsawyerrPosted over 1 year agofor 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 helpful0