What are you most proud of, and what would you do differently next time?
Got to learn about some things about hierarchy selectors. Will definitely try to learn more about them.
What challenges did you encounter, and how did you overcome them?
Not being able to select some elements/classes. Turns out I was doing it wrong since I didn't even consider the dom structure.
What specific areas of your project would you like help with?
As usual, mark ups and whatnot.
I used an article since I thought this can be put in any website as a standalone component. Not sure if my assumption is right but from what I've learned so far it should be. Please let me know otherwise.
What are you most proud of, and what would you do differently next time?
I'll try to use tailwindcss next time.
What challenges did you encounter, and how did you overcome them?
I struggled a bit with placing the component vertically on center with flex, so I just opted to use transform instead.
What specific areas of your project would you like help with?
I managed to understand a bit of at least everything that I used when I wrote this one. But one thing I really struggle to understand is the assigning of values to the sizes. What sizes should I use (px, vh, rem, em)? What are their differences and what is the best practice when assigning these values?
well It's recommended to use rem for all your font sizes, and ems for depending on a situation, I'll link a couple of videos here, and if you watch them trust me you'll be clear with what, where and why you should be using rem or em units