Latest comments
- @niloofar77@Shakiba-Alipour
Everything is good, but the position of elements must be reversed.
- @Haider786x@Shakiba-Alipour
great!
- @Norton-ViniciusWhat are you most proud of, and what would you do differently next time?
I'm proud that I'm able to use the grid better. Before, it was a difficulty I had, and what I would do differently would be to make the layout more similar to the example.
What challenges did you encounter, and how did you overcome them?I had some difficulty organizing the name and the "Verified Graduate" seal, I tried in several ways, but I couldn't solve it.
What specific areas of your project would you like help with?I would like help with the name and verification (Verified Graduate) part, as I was unable to organize it correctly. I would like to know what I did wrong so that it didn't work out.
@Shakiba-AlipourIt is ok, but I recommend defining padding and specific height and width for the grid and its cells. Additionally you can center the card with this code: html { align-items: center; align-content: center; justify-items: center; }
- @pheight-89What are you most proud of, and what would you do differently next time?
I am most proud of learning how to use Tailwind CSS v-4 as it is the first time I have used Tailwind in general
What challenges did you encounter, and how did you overcome them?Working with the Tailwind framework. The setup was pretty straight forward. However, I had a hard time added the custom colors, and grid layout with Tailwind. However, after reading Tailwind documentation I was able to work through the issues.
@Shakiba-AlipourGood job!
- @usiemeblessingWhat are you most proud of, and what would you do differently next time?
I’m most proud of how closely I matched the design and made the layout fully responsive. Next time, I’d spend more time organizing my CSS for better readability and reuse, especially as projects grow in complexity.
What challenges did you encounter, and how did you overcome them?I initially struggled with stacking the image on top for the mobile view. I revisited how Flexbox works and used media queries to adjust the layout based on screen size.
What specific areas of your project would you like help with?I would love to greatly improve my knowledge and application of media queries, positioning, and use of maximum and minimum values.
@Shakiba-AlipourAwesome!
- P@andreaselmiWhat challenges did you encounter, and how did you overcome them?
I haven't worked with Sass for years, so I had to read documentation before starting. It was nice to found new implementation like simple @use to import other scss files or @extend to join classes. Very cool 😎
@Shakiba-AlipourGreat Work!