This was a quick project, working on the layout was the tasking part but implementing the API Was the easiest part. Every work and solution posted is always a work in progress for me, so please feel free to share and ideas that can be implemented to further improve on it. :-)
Anthony Waweru Njeri
@anthonynwaweruAll comments
- @anthonynwaweruSubmitted about 2 years ago@anthonynwaweruPosted about 2 years ago
For starter I haven't implemented the dark mode, which I'll be working on next.
0 - @shane098Submitted about 2 years ago
Can anyone tell me if my approach in making this project responsive is right?
@anthonynwaweruPosted about 2 years agoHi Rhea, can't access the source code and the site is only opening on Mobile view design, can you please check if all is on at your end.
.price-container{ display: flex; align-items:center; }
.price{ text-decoration: line-through; color: var(--darkgrayishblue); margin-right: 0.8rem; }
It looks good just a few tweaks here and there, align the text in the .price, replace the h5 with h1 and just style it for best practices.
1