Design comparison
Solution retrospective
Any kind of feebacks are welcomed.😊 Kindly tell me,which is the best approach either position property or translate.
Community feedback
- @PhoenixDev22Posted almost 3 years ago
Greeting @Badhrikr , Well done ! I have some suggestions:
-
Don't change base html size. This has huge accessibility implications for those of us with different font size or zoom requirements.
-
You can Use a css reset on every project. That will do things like set the images to display block and make all browsers display elements the same.
-
The animation isn't working and smoothly
from { -webkit-transform: scale();/* You didn't set the initial value and WAS it translateY(0)? */ transform: scale(); }
- Your solution isn't responsive.
I really hope this feedback helps. happy and keep coding .
Marked as helpful1@BadhrikrPosted almost 3 years ago@PhoenixDev22 Thanks for your support. It was my mistake that I didn't change the transform property from scale to translate y().I came to know now only.
1 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord