I thought to make this project of three type-
1.Normal (as per design) 2.Neonic 3.Neumorphism (Soft UI)
Linked from a Home page to these three. Any thought would be appriciated 😊
I thought to make this project of three type-
1.Normal (as per design) 2.Neonic 3.Neumorphism (Soft UI)
Linked from a Home page to these three. Any thought would be appriciated 😊
Nice desktop design Stone! I would recommend you using media queries to build the responsive part for the mobile design :) you are almost done! great job!
I was really trying to align it to be pixel perfect; next time maybe I'll just spend the 5 dollars and get the design notes so I can nail down the exact spacing. :) Any comments or critique is more than welcome, thanks for looking!
Awesome work Carlos! You left it like the original design and very smooth responsiveness! There is a veeery little thing that I suggest you, maybe adding in mobile design a barely margin on the sides, because it's too close to the edges in some resolutions such as 440px. Excellent work though!
This is my first solution for Frontend Mentor. All advice and feedback are welcome. Thanks for taking a look!
Excellent Bethany! I love your responsiveness as well. I just finished it but my responsive design needs a lot of improvements haha. I will take a look to your CSS to learn. Thanks for share your solution :)
I am happy with any feedback , especially with mobile design and flexbox issues , Thanks.
Hi! I was reviewing your code, and in my opinion, some problems that I have identified are the following:
Combining positions (absolute and relative) with Flexbox.
Setting fixed width and height in some containers that is not necessary.
In mobile design, your flexbox alignment should be center instead of flex-start.
Using auto in right/left margin makes your card containers position too close from the sides without space.
Check the error in line 16 in your CSS file.
Good going buddy! I hope these comments helps you :)