Kubai James Karomo
@kj728All solutions
- Submitted 6 months ago
Four Card Feature
- HTML
- CSS
I am using media queries. I do not have a problem with styling small devices (phones) and any large devices (desktop) the problem lies within medium devices (tablets). When I write this : @media only screen and (min-width:600px) { /* lines of code*/} it is breaking the code for desktop (when the width is more than 1200px). That's the problem.
- Submitted 6 months ago
ProductCard
- HTML
- CSS
I am used to using px to define width and height but they are not good with responsive design. I would like to know how to use em, rem and fr.