Latest solutions
Social media dashboard with theme using BEM and vanilla js
#accessibility#bemSubmitted about 3 years ago
Latest comments
- @anabalvesSubmitted over 2 years ago@D3press3ddPosted over 2 years ago
Nice job Ana, really good job, keep it up!. you can add a little transition in the button hover and it give you more fancy details. let me create a pull request with the changes to show you
Marked as helpful1 - @catherineisonlineSubmitted almost 3 years ago@D3press3ddPosted almost 3 years ago
wow, you've grown quite a bit in the area, keep it up, check out this tool for animations https://www.framer.com/motion/ you can see what you can do in my solution to this challenge, it is really intuitive you can check this video https://www.youtube.com/watch?v=u_95SPKE6vg and see how it works in just 5 minutes
0 - @RebeitteSubmitted about 3 years ago@D3press3ddPosted about 3 years ago
Amazing job, looks really cool, keep the hard work and happy coding
1 - @samsonshamSubmitted about 3 years ago@D3press3ddPosted about 3 years ago
Hi Samson let me help you a bit
1.-to get the color like the design you just need to use mix blend mode
2.-you dont need to use a breakpoint like the style guide, they put that as a reference, so the idea is to do it completely responsive where the max screen is 1440 and the min is 375, thats mean that you dont have to worry to do the design for 4k screen or bigger than 1440
1 - @paladinescamilaSubmitted about 3 years ago@D3press3ddPosted about 3 years ago
Hola Camila, buen trabajo, lo unico que te podria recomendar es echarle un vistazo a los problemas de accesibilidad, el que dice que deben contener main element, es envolver la card en un
main
, agregarle unaria-role
a los div, algo que tambien te recomendaria es hacer un reset a todos los elementos del documento para que no te afecte el box-sizing*, *::after, *::before { margin:0; padding:0; box-sizing:border-box; }
Marked as helpful1 - @D3press3ddSubmitted about 3 years ago@D3press3ddPosted about 3 years ago
I dont know why im getting the screenshot bugged like that 😢😢😢
0