Latest comments
- @thejas2246Submitted about 4 hours agoP@morski13Posted about 1 hour ago
the background color is not given, try putting it as hsl(0, 0, 94%)
0 - @danielnero-botSubmitted 30 days agoP@morski13Posted 11 days ago
try centering it better, it would help if you consider pushing it a bit right.
Marked as helpful0 - @zardrickSubmitted 12 days agoWhat are you most proud of, and what would you do differently next time?
I’m most proud of the clean and responsive layout, especially how the design adapts seamlessly between mobile and desktop views. The use of Flexbox made structuring the card straightforward, and the CSS variables kept styling consistent.
Next time, I’d work on optimizing performance by reducing unnecessary styles and improving reusability with utility classes. I’d also explore alternative layout techniques to see if there’s a more efficient approach.
- P@RemcoHorbachSubmitted 13 days agoWhat are you most proud of, and what would you do differently next time?
i like using the google font in html a lot more than using them from my direct assets
P@morski13Posted 13 days agoMaybe look at the font better, but other than that it looks good
0 - @DSantana04Submitted 17 days agoWhat are you most proud of, and what would you do differently next time?
I'm very proud that I could upgrade my programming skills and my speed building this simple site.
Next time, I will do it in a moment that I can really focus and give it exclusive attetion.
What challenges did you encounter, and how did you overcome them?I found some challenges in trying to find the sizes and the margins, but with some patience and some intuitions, I found some ways to find the correct proportion and sizes.
- @DcgreggSubmitted 17 days agoWhat are you most proud of, and what would you do differently next time?
I learned how to properly center a flexbox in the center of the screen, something that I have struggled with for a while now. I learned how to better space items out, by using dev tools. Next time I would probably change the way that I approached this, by not being hard on myself and to know it's ok to consult the documentation.
What challenges did you encounter, and how did you overcome them?I was really hard on myself because I couldn't center the card. It turned out, I just needed to sort out the height. But it took about 4 days of stressing to realise, after reading articles it helped.
What specific areas of your project would you like help with?Have I done the media query correctly? I was thinking only one could be needed.