@ChamodJSubmitted over 1 year ago
I want to know how to align image and text inside the button. I tried few things but it didn't work.
I want to know how to align image and text inside the button. I tried few things but it didn't work.
You can use grid for the image and content layout, and for the info inside the content section flex box with column direction and space-between should be good. Let me know if that worked for you.
Also your image has border-radius applied to the top right in desktop and none for the bottom left, you can switch them using media for different screen widths and apply necessary border radius.
Some changes in font size for line-through amount and reduced spacing between the values.
On large screens, the size of the card is stretched out, you can avoid this by using max-height for the card container.
Everything else looks great!