Latest solutions
- Submitted 7 months ago
Article-Preview-Component
- HTML
- CSS
- JS
Not walking away feeling super smug about this one. Reckon I've got substantial bloat in the css. Not sure how to refactor it. The HTML semantics were another thing that in hindsight needed to be more concise. I'll be sticking this on discord for some sage advice.
- Submitted 7 months ago
Article-Preview-Component
- HTML
- CSS
- JS
In terms of the responsiveness I'd like to develop a less ramshackle approach for margins - paddings and the proper way to position the hidden social pop-ups for screen sizes -plus the right way to use svgs and svgs for as active icons. I'm seeing this as a first draft - am definitely going onto discord to get more advice.
- Submitted 8 months ago
Single-price-grid-component
- HTML
- CSS
I still need to understand how to set up more global configurations for margins and padding so I'm not continually adjusting individual elements for responsiveness . Any thoughts or links would be more than welcome.
- Submitted 8 months ago
Stats Preview Card Component
- HTML
- CSS
Wasn't crazy about the image set up. I had issues with the bottom breaking when resizing from it's parent container - I made it stick to the bottom of the parent container by adding height:100%. I keep on hearing that adding height is a bad idea for responsive design - so I'm not feeling great about this being the best solution.
- Submitted 8 months ago
Social-Proof-Section
- HTML
- CSS
Pretty sure I'm not leveraging flexbox enough with this challenge. I need to really look into shrink - grow - basis and wrap a lot more. Any clues on what I've done wrong or tips on how to improve it would be more than appreciated. :)
- Submitted 9 months ago
Testimonials-Grid-Section
- HTML
- CSS
As alluded to in previous question - the Css Grid knowledge is along way from where it needs to be - also I'm sure there's a lot improvements I could make with the bem markup.
Latest comments
- @thaiscodeSubmitted over 2 years ago@hmac100Posted 7 months ago
Hi nice job 👍. Really like the breakpoints - very smooth transitions. If anything - Would be good to have the popup positioned in a way that's uniform from the share__button element so it's in the same position relative to it across all non mobile screen sizes.
Would also be nice to have a simple toggle to hide the popup after a button re click maybe ? function displaySocials() { socials.classList.toggle("hide"); }But great job - you're a lot further down the road than I am - well done.
Marked as helpful0 - @Abhishek-pakaSubmitted 8 months ago@hmac100Posted 8 months ago
Hi - looks pretty good - but I'd probably try to match the border radius on the qr code image with the card container - as in the design. Also perhaps a touch more bottom padding or bottom margin on the body text to match the space on the design - but well done - still looks cool !
Marked as helpful0 - @Saoud2021Submitted 9 months agoWhat are you most proud of, and what would you do differently next time?
i learned alot during this project and i even add some tweaks in the learning tag and the profile picture of the author
What challenges did you encounter, and how did you overcome them?the challenge was in the text as i wasn't quite sure how to categories them but i was able to add the arrow which points to the child directly
What specific areas of your project would you like help with?i think my projects are wide and it's scale is larger than the original designs and i am not sure how to scale it down a little bit
@hmac100Posted 9 months agoHi Abdullah Looks pretty good to me - I reckon the max-width suggestion from Krushna is a really good idea I noticed the avatar and author name are a bit out of alignment . For what it's worth - I wrapped both in a container - that seemed to do the trick.
<div class="author"> src="./assets/images/image-avatar.webp" alt="avatar of james hooper"/> <div class="author-name">Greg Hooper</div> </div>
Then used display:flex and align-items:center on the .author class
Well done 👍
0 - @JEWebDevSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
I'm very proud that i finished this challenge. I still have lots to learn but it was very fun.
What challenges did you encounter, and how did you overcome them?I didn't knew how to use media queries and downloaded fonts. I searched web.dev page for learning responsive design and MDN for how to use downloaded fonts.
What specific areas of your project would you like help with?Any feedback is appreciated. Have a nice day!
@hmac100Posted 9 months agoHi Juan - Well done 👍 With the ingredients list you can do ** list-style: disc **; to get it closer to the design - if that's what you want to do. Still looks ok the way you have it. I found the Instruction list the trickiest to try styling the numbers by adding the colour. I ended up using a thing called my-awesome-counter which is a free 3rd party bit of css that helps you style the numbers. There's bound to be another way to do it but that really helped me out. All the best :)
0 - P@prem-kumartSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
- Work-flow improved greatly when using grid and flex box.
- alining the photo and name ; but flex box did the trick.
- how can I improve organization of code and increased minimalism.
@hmac100Posted 9 months agoHi Prem overall looks good 👍 - I noticed no box shadow on the white card areas - I'm assuming it was a design element you didn't want include ? To me the breakpoint for smallscreen / laptop devices seems to kick in really early but perhaps more importantly the mobile appears to need a lot more width (as the design indicates) which would make it much better for readability - but well done.
Marked as helpful0 - @marce7inaSubmitted 9 months ago@hmac100Posted 9 months ago
Nice job - Have you considered also using css custom variables in the your font settings and from my limited knowledge I'm not sure of the rationale for using <list> tags.
1