these are my images in my React.js app:
<img className="mobile-image" src={MobileImage} alt="mobile image" />
<img className="desktop-image" src={DesktopImage} alt="desktop image" />
how can I style them with styled-components ?
New contributor
Banele Ndlovu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.