santiagodev10
@santiagodev10All solutions
- Submitted 2 months ago
BEM methodology, DOM manipulation
- HTML
- CSS
- JS
My component works ok, but i notice that it has an issue that i didn’t resolve. It happens when the screen size has a width of 660px and it shows the social media icons when the user clicks the share icon, until that moment everything is ok, the problem is when the user goes back to the mobile size and click the share icon again, this causes that the logic for tablets and desktop applies to the mobile size and it breaks the layout in that area.
- Submitted 5 months ago
Rating component using HTML, CSS and JavaScript
- HTML
- CSS
- JS
With the keyboard navigation, i tried to use the tabindex attribute, but i put the inputs hidden, and when are hidden they couldn't be selected with the tab. If someone can help me with that i would appreciate.
- Submitted 7 months ago
dropdown FAQ accordion using HTML, CSS and JS, with DOM manipulation
- HTML
- CSS
- JS
I need help with the keyboard navigation and to reduce my code in JS, because i know i’m not aplying the DRY (Don’t repeat yourself) principle.