Mel
@Mel1207All comments
- @YayoKBSubmitted over 2 years ago@Mel1207Posted over 2 years ago
Hi
you can try this properties and target these class .price and .time
- display: flex;
- align-items: center;
Hope it helps and great job for this work!
1 - @leonardomeza87Submitted about 3 years ago
My biggest challenge was integrating the animations, let me know if you see something strange on your device π
@Mel1207Posted about 3 years agoThis is so cool both ui and ux, β¨ and all good at different screen sizes too great job bro! π Im still learning react as of now, hopefully I can upload my 2nd challenge using react soon.
0 - @elidrissidevSubmitted about 3 years ago
Technically I did use JavaScript but It was only to make sure only one answer is expanded and not for the accordion itself. I would love some feedback on what I can improve.
@Mel1207Posted about 3 years agoEverything looks good in all screen size, I think you can add a smooth transition on collapsing accordion for better ux approach. Overall its amazing nice work! π
1 - @pedromigueldevSubmitted about 3 years ago
It was a good solution? There's anything I coulda done better?
@Mel1207Posted about 3 years agoEverything Looks good at all screen size. Nice work! and its true css variables are so great to use π
1 - @jadedetervilleSubmitted over 3 years ago
How can I get the ".column" text to centre in the "#metrics-columns"? For example, "80K" should be centred over "Followers". I tried a few flex solutions i.e. align-items, align-self in the .column but no luck. Guidance appreciated.
@Mel1207Posted over 3 years agoHi,
you can try to add text-align: center; at your #metrics-columns and inside your span .metrics try add display: block !important, I think it will work.
Also your card lacks a little box shadow, but over all its good already, nice work!
Marked as helpful0 - @rboz1Submitted over 3 years ago
Question about fitting content to a mobile device: when I load the page on my mobile device it fits to the screen perfectly. But I noticed that I have a small amount of "overhang" that allows for horizontal scrolling of the page. Any ideas how to get rid of this?
Also would appreciate any other feedback, especially resources on how to get the shape of the mobile menu!
@Mel1207Posted over 3 years agoHi Rachel! great work on mobile layout π
here are some issue I found:
-
Layout for desktop (1430px+ and higher): Text and background are not properly aligned based on the mockup you can try check them on your project files.
-
Missing triangular point at the top of your toggle menu. you can check that on google just search css triangle and add it on ::before or ::after of your toggle menu.
-
You can add transition from hovers to make some smooth animations just for UI enhancement.
- You can use overflow-x property to hide horizontal scrollbar on your page.
you can check my [solution] (https://www.frontendmentor.io/solutions/html-sass-and-gsap-for-basic-animations-UBpUkE2Sb#feedback) for reference.
hope this would help. please upvote my comment if it does, thank you. happy coding π
Marked as helpful1 -
- @FMcodingSubmitted over 3 years ago
Feedbacks are appreciated :)
@Mel1207Posted over 3 years agoGreat work Tony!
here are some issues I found:
- check for some color accuracy, specially the yellowish background?
- check the layout for mobile, your navigation links should not be displayed on mobile, just the logo and hamburger menu.
- check the horizontal scrollbar at the bottom of the page. you can use the overflow property of css.
Hope this would help, overall great! please upvote my comment if it does thank you :)
1 - @mimiflySubmitted over 3 years ago
This was fun but also a lot of frustrations. Would love to know if anyone has better solution for the images scaling properly for different screen widths and for changing color of svg icons.
@Mel1207Posted over 3 years agoGreat work!
try to add some transition from hover for smooth animations π
0