According to the lesson we use px for hard code, in a real live project are we to use px to set the min-width/max-width and min-height/max-height for text?
It depends on what you’re trying to achieve but if you want a project to be responsive, it would make things easier if you use rem or em or percentage.
But I read an article that it is more preferable to use rem than em
What do you have to say about this?
P.S: I have worked on some projects on frontend mentor and I used px though out (though I haven’t learn about reponsive design then). I want to now make them reponsive
And which CSS framework do you think one should learn? Bootstrap or Tailwind (I guess this are the most popular ones now)