Latest solutions
Todolist Drag n Drop app built with nextjs and tailwindcss
#react#tailwind-cssSubmitted over 3 years ago
Latest comments
- @Ed-CodePower@mwinel
Hi, you can take advantage of CSS media queries and you do not need to create different files for different screen sizes. Here is an example https://www.w3schools.com/css/css_rwd_mediaqueries.asp
- @jesuisbienbien@mwinel
@jesuisbienbien your solution is awesome.
Regarding your question on how to use PXx or REM, I once came across this article;
https://uxdesign.cc/why-designers-should-move-from-px-to-rem-and-how-to-do-that-in-figma-c0ea23e07a15.
Hope it helps make a clear decision.