Responsive landing page for clipboard using html and css

Solution retrospective
Asides using percentages, what other responsive units can I use for non-text elements?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @spais
Viewport units are another responsive unit for non-text elements. They are similar to percentages but slightly different. Kind of like rem and em units.
- @OdiriTeddie
rem units, also you should set your font size to rem unit and use em units when applying margin or padding to the fonts.
- @Raymond-ap
rem units
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord