Latest solutions
AI SaaS landing page using grid
Submitted 6 months agoWould love to hear your critique on my CSS code, especially on the readability and organization
Flex box product card
Submitted 6 months agoPlease give suggestions to better organize the CSS and make it more readable
Recipe page
Submitted 7 months ago- How to style the bullets to align vertically with the list content ?
- How to provide padding for entire content in desktop design and remove padding only for image in mobile design ?
Social links profile card
Submitted 8 months agoHow to ball-park the width, font-size and margins from design image ?
blog preview card
Submitted 8 months agoAny better way to center the author's name with the image ? Any better way to shrink size of image than using
max-height
?
Latest comments
- @CiberFrank@Muhammed-Hamdan
Hey, your design looks great. My only suggestion is to reduce font-weight of the card headings. Cheers!
- @Tj-woWhat are you most proud of, and what would you do differently next time?
- Adaptive Images: ability to seamlessly switch between images based on different screen sizes, ensuring an optimal visual experience for users.
- Responsive Grid: capacity to adapt grid layouts to various screen sizes and devices has enabled me to provide a cohesive and user-friendly interface.
Getting images and layouts to switch depending on screen sizes. I read the recommended free courses to achieve the desired outcome
@Muhammed-HamdanHey, your design looks great ! You can slightly improve it by paying attention to following details:
- Increase line-height in the product description
- Increase letter-spacing in the PERFUME text
- The image has a rounded border on all sides, but it must be rounded only on the sides shared with the parent.
- @ShivamI18@Muhammed-Hamdan
Hey, love you design. It matches quite close to the original. Your CSS is very concise too. My only suggestion is to complete the mobile design as well. All the best !
- @RSouza78What are you most proud of, and what would you do differently next time?
Eu me orgulho de ter completado o desafio sozinho com apenas 2 meses de estudo! E tentaria fazer meu código mais limpo.
What challenges did you encounter, and how did you overcome them?Responsividade, usei uma media query com altura da tela e um margin para espaçamentos.
What specific areas of your project would you like help with?Responsividade
@Muhammed-HamdanHey, great attention to detail ! Your design is quite close to the original.
- @nicksoltaninavidWhat are you most proud of, and what would you do differently next time?
This time, I took pride in my attention to detail regarding dimensions like padding and margins. My next goal is to start using Figma and learning how to work with it.
What challenges did you encounter, and how did you overcome them?The challenge of this project for me was making it responsive and replicating the original design. I used ChatGPT for some parts and DevTools for others.
What specific areas of your project would you like help with?responsive
@Muhammed-HamdanHey great work ! Your solution looks quite close to the reference design. Great attention to detail.
I noticed in your CSS that you mentioned the
font-family
for every element. When you have a common property value for multiple elements, you can specify in a single CSS rule with multiple selectors like below.selector1, selector2, selector3 { property:common-value }
This way, if you make any common change, you will only have to modify at one common place
Marked as helpful - @rajin-siamWhat are you most proud of, and what would you do differently next time?
I was able to create box model. It was my weak zone.
What challenges did you encounter, and how did you overcome them?I did not knew how to add various fonts or resetting CSS default values and CSS variables. I search through google and youtube to learn these concepts.
What specific areas of your project would you like help with?I want to create dynamic qr code. For this I need to learn javascript. I will apply these concepts and need help when i will learn javascript.
@Muhammed-HamdanYour solution looks great