Latest solutions
- Submitted 14 days ago
AI SaaS landing page using grid
- HTML
- CSS
Would love to hear your critique on my CSS code, especially on the readability and organization
- Submitted 20 days ago
Flex box product card
- HTML
- CSS
Please give suggestions to better organize the CSS and make it more readable
- Submitted about 2 months ago
Recipe page
- HTML
- CSS
- 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 ?
- Submitted 3 months ago
Social links profile card
- HTML
- CSS
How to ball-park the width, font-size and margins from design image ?
- Submitted 3 months ago
blog preview card
- HTML
- CSS
Any 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
- @CiberFrankSubmitted 14 days ago@Muhammed-HamdanPosted 14 days ago
Hey, your design looks great. My only suggestion is to reduce font-weight of the card headings. Cheers!
0 - @Tj-woSubmitted 20 days agoWhat 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-HamdanPosted 20 days agoHey, 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.
1 - @ShivamI18Submitted about 2 months ago@Muhammed-HamdanPosted about 2 months ago
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 !
0 - @RSouza78Submitted 3 months agoWhat 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-HamdanPosted 3 months agoHey, great attention to detail ! Your design is quite close to the original.
0 - @nicksoltaninavidSubmitted 3 months agoWhat 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-HamdanPosted 3 months agoHey 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 helpful0 - @rajin-siamSubmitted 3 months agoWhat 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.