kirilzab
@kirilzabAll comments
- @Chanda-AbdulSubmitted 5 months ago
- @akmalov11cSubmitted 6 months ago
- @Asv000Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
That I learned a lot about CSS Grid and this layout was scary at first but with some googling I think I really nailed that one.
What challenges did you encounter, and how did you overcome them?Centering two cards in the middle and then centering left and right card. Align-self is a magic property. Mixing Grid and Flex was really a blast!
What specific areas of your project would you like help with?I'm looking for general feedback!
- @bartoszdudziak-devSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the final result. I would use another way to replace image source. Mine it is not the best way.
What challenges did you encounter, and how did you overcome them?I had to find out more about self-hosting fonts.
What specific areas of your project would you like help with?I wonder if my solution with media query could be better, especially image behaviour.
- @osamaaabdullahSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
Browsing different sites on how to fix the problem I was facing
What challenges did you encounter, and how did you overcome them?Space between li and li marker
What specific areas of your project would you like help with?Any constructive criticism is appreciated
- @ANTHEIAMSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I learnt about clamp() function, first time I make the fonts responsive.
What challenges did you encounter, and how did you overcome them?The flexbox again, I still don't know when to use align-items, justify-content ...
What specific areas of your project would you like help with?Nothing for now.
@kirilzabPosted 6 months agoWatch some video on FreeCodeCamp about css and u will understand what is flexbox
Marked as helpful0 - @alvarozamaSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
The thing I'm most proud of is having been able to use Git since I had no idea what it was and in the process of setting it up I thought I was gonna have to upgrade my laptop due to a lack of storage space, but I ultimately found I way I could use it without having to do any etreme changes to my setup.
What challenges did you encounter, and how did you overcome them?This is the firs challenge on the learning path and honestly I'm still not sure how this whole thing works. For example, the style guide stated thet I shoulde use a certain color for the background of the page, however, that specific shade of gray was much darker that the one shown in the example jpg provided, so I was unsure about wether or not I should have strictly stuck to the design guidelines or if I could take the freedom to do deviate from it in order to better match the example design. I ultimately ended up using an online color picker to better match the design example.
What specific areas of your project would you like help with?I feel like even for such a simple project my CSS ended up using way too many selectors and rules, so I'm only wondering if there was a cleaner, more concise way of doing it. Other than that, I have no specific questions.