Latest solutions
Social media dashboard with theme using BEM and vanilla js
#accessibility#bemSubmitted over 3 years ago
Latest comments
- @anabalves@D3press3dd
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 helpful - @catherineisonline@D3press3dd
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
- @Rebeitte@D3press3dd
Amazing job, looks really cool, keep the hard work and happy coding
- @samsonsham@D3press3dd
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
- @paladinescamila@D3press3dd
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 helpful - @D3press3dd@D3press3dd
I dont know why im getting the screenshot bugged like that 😢😢😢