Latest solutions
Latest comments
- @jeissongomezdev@dratinixgithub
Hi, nice approach, here's my feedback
-I'll sugest bit faster animation because, as an user, it just feel too much time xD
-Missing desktop version 1140 - 1440px ++
- @joaovxsantos@dratinixgithub
-Add font family as requested in design
-Check the mobile version as it doesnt work properly.
Dont be shy to look at youtube to increase knowledge, in order to improve and transfer that to your own projects.
- @ayokeed@dratinixgithub
Strongly recommend you to follow this tutorial, to learn in deep how to approach the task
https://www.youtube.com/watch?v=5BBYPntB-GY
- @IIpapuII@dratinixgithub
-Bien, muy buen trabajo. De todos modos, te puedo dar dos pequeños consejos visuales para cambiar el 99% de tu trabajo por un 100%
Echa un vistazo a esto en el archivo de estilo:
-Incluir esta única propiedad en
.target .bnt-payment
cursor: pointer;
-AGREGAR propiedades Hover y Active al botón de pago con estas 2 propiedades completas:
.target .bnt-payment:hover { transform: translate(-1px, -1px); }
.target .bnt-payment:active { transform: translate(1px, 1px); }
Como último consejo, ya de forma 'personal' me gustaría recomendar cambiar el @media de 1440px a 1140px. En mi caso especifico, no pude percibir nada del 1440 a full window si no fue por herramienta de desarrollador. (Claro, debido a que mi anchura no llega hasta allá) Me parece algo mas 'normal user friendly' usar dicha resolución
Marked as helpful - @muyiwa99@dratinixgithub
Good approach, here's a couple of things to pulish in orden to get design as good as needed.
-Try to add
:hover
attributes as it needs, in the img (as an overlay), EQ name and creator's name-Add missing font style
-Some revitions to design colors and border-radius to card and img
Marked as helpful - @JunasVee@dratinixgithub
Nice approach to resolution. Its almost perfect but to reach the 100% proyect i'll recommend to remove the footer and style attriubution that style the footer, at the index.
Also, i've seen in the actual web project, that u fixed the width problem. Nice job.
Finally, try to tabulate your index file properly for better 'fast-approach'