Alexander Petricca
@alexanderpetriccaAll comments
- @mykola-pyrohSubmitted 4 days ago@alexanderpetriccaPosted 1 day ago
Great, nice use of semantic HTML. Nice use of SASS to keep styling more organised.
Marked as helpful1 - @FerdiansyahmulyadiSubmitted 3 days agoWhat are you most proud of, and what would you do differently next time?
I've found a way to resize font size and develop a responsive website without relying heavily on media queries. I think I'll implement this solution in my future projects.
What challenges did you encounter, and how did you overcome them?At first, I had no idea how to resize the font size other than using media queries, but now I know how to do that by using a CSS function called clamp(). This is a very cool built-in CSS function, where you give the minimum and maximum values for your font size and a baseline value. When it reaches a certain screen size, the font size will resize automatically.
@alexanderpetriccaPosted 2 days agoReally nice solution, desktop preview is basically perfect in comparison to example.
If I'm being critical, the mobile layout doesn't quite match the provided design, as the card is too wide for the 375px screen width.
0 - @EnithLinaresSubmitted 3 days agoWhat are you most proud of, and what would you do differently next time?
I am very proud of how well the design turned out thanks to the Figma files provided, and in the future I want learn how to achieve this layout with grid instead of flexbox.
What challenges did you encounter, and how did you overcome them?I struggle a little bit with remembering structure my HTML semantically, but I went over past projects and repeat it the pattern I used before for BEM.
@alexanderpetriccaPosted 3 days agoReally nice solution and looks really close to the design. Love the use of SASS to make the styling more organised.
If I was to offer critical feedback, perhaps the cards layout could be simplified. As the design is laid out with its fundamental components on top of each other, perhaps just using block elements that naturally stack would simplify the structure.
Marked as helpful0