..
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
More understanding of flexbox layout.
Nice work. I’m currently working on this project and I’m stuck at the curve background image, can you explain how you did yours
I am proud that, through these tutorials, I am slowly beginning to learn the CUBE CSS system. I tried to complete the task according to this methodology to the best of my understanding.
What challenges did you encounter, and how did you overcome them?A big challenge was getting to know the Grid layout. I watched some videos by Kevin Powell, who explains the grid in a very simple way.
What specific areas of your project would you like help with?I definitely have a lot of room for improvement in the CUBE methodology and the grid layout.
great job! I think you should not focus only on the provided device width in the challenge file, you can make yours responsive in different device widths. you can check out my solutions as well and let me know what you think.
I'm proud to be able to use a media query for the product card, and I had fun making the HTML elements based on the main design.
What challenges did you encounter, and how did you overcome them?The main challenge that I have encountered was with the alignment of the preview card, and whenever I try to change a value, it would stay in the place I didn't want it to. I initially had the same issue with the image, but managed to fix it by adjusting the width to be able to fit without overlapping the box.
What specific areas of your project would you like help with?Only some parts with the alignment of certain elements, but I think that's about it. Feel free to write down some suggestions. :)
you gave it your best, buddy! the little recommendation is avoid setting height on stuffs and if required, I think min-height would be better. you should also check out my solution and give me your thoughts as well.
Good job Daniel, I think you shouldn’t have given the span a class since it’s a span. I suggest you would have used element, element selectors and also I think it’s a good practice to use relative units
Nice work. I suggest you should try using relative units instead of absolute units to allow users make changes to their satisfaction 😊