I was able to implement the BEM CSS styling method which I have never used before. Hope I implemented it the right way!
What challenges did you encounter, and how did you overcome them?Probably trying to figure out the rem
values for the various px
values used in the project.
- How was my implementation of BEM? Is that's how it's done or is there a better way I missed?
- Is using
rem
for the various sizes including thetext-size
,width
, andborder-radius
the best way to scale the elements based on the screen size? Did I use therem
sizing the correct way?