Latest solutions
Aria labels
Submitted 4 months agois my aria labels good? for people who have a hard time hearing (using applications for reading the website) is the code friendly towards them?
Javascript
Submitted 5 months agoi have a question. when using javascript, should you use function alot for addEventlistener? i made alot of functions instead of making the codes inside the addEventlistener. is this a good practise? Thank you!
Github Copilot
Submitted 6 months agoCan i simplify the javascript code when using fetch method? It was complicated.
Responsive css grid, javascript
#accessibilitySubmitted 7 months agoI need help with the javascript. how can i make a code like i did in with minimal lines of code? Can you help me with form /email validation? i spent alot of time with the form and email. do you have tips and tricks?
CSS grid and JavaScript
Submitted 7 months agoCna you give me tips about how the image and the box aligns with the same height? i had problems with it
CSS responsive grids
Submitted 7 months agoi need to undestand grid layout especially grid-rows and columns. can you tell me what i did wrong or good?
Latest comments
- @osuulola@ramiadi
Hey, I noticed you're using a lot of <div> tags in your code. Have you considered leveraging HTML's semantic elements for better structure and accessibility? I personally using these tags <details> and <summary> instead of <div> tags when using toggle.
Marked as helpful - @DiogoGaspar6@ramiadi
nice use of localStorage!
- @osuulola@ramiadi
i see you are using alot of div elements. You should use div less. example <div class="container">, instead of div, you can use main. i see you have a trouble with the accessibility.Maybe try another approach? i personally use mobile first approach. Makes it easier to have more responsive page on different width sizes.
Marked as helpful - @canbld@ramiadi
Looks good
- P@ismailhasir@ramiadi
nice work with the layout and javaScript
- P@jrybarski@ramiadi
Many media queries overlap. An example is the difference between (min-width: 50em) and (min-width: 80em). Make sure the rules don't conflict: