..
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?..
..
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?..
Great job 👏, we keep up the spirit ❤️🔥 Learn about responsive typography and also practice using relative units for widths
Nice work 👍🏼…I like the css reset, my little feedback is I think you should avoid declaring heights on element unless you have to and also avoid using absolute units especially for font sizes, you can check out this video to learn how to use the clamp function for responsive fonts sizes https://youtu.be/JXlMu3w9_eM?si=6HOEAjHKJz5j00gw and also this video to give you more insight on creating responsive design https://youtu.be/vQDgoQKfdzM?si=zSr76SaXjDD5sKzj. Overall you gave it your best shot, please do check out my solution and give me your feedback on areas you think I should improve as well
I'll start using Tailwind
What challenges did you encounter, and how did you overcome them?Setting font size relative to parent box' size. CSS container queries was the solution.
Great job, I think you should try and stop the habit of declaring heights on element. It’s best to just allow the content handle the height and add some padding if you like to increase the height a little more. Declare height only when required 😊. Do check my solution out and give me your feedback
Nice work brother, my little opinion is you should try learning more about the box-model and basic css resets and also try using relative units to declare sizes. Also giving an element heights isn’t really cool except it’s required, also I prefer building mobile first version and then walk my way up. I advise you try it out too