Latest solutions
Interactive Comments Section developed with React.js
#framer-motion#react#accessibilitySubmitted almost 3 years agoAn interactive rating component developed with vanilla JavaScript
#accessibility#webpackSubmitted almost 3 years agoBookmark Landing Page developed with React.js
#accessibility#react#webpackSubmitted almost 3 years ago
Latest comments
- @a2uuz@dannxvc
Hi! It looks so good. I think you should use the
form
markup instead ofdiv
, so your card would be actually accessible. Also you could change yourbuttons
for radio buttons, and your submit button should have asubmit
type attribute. Finally, this article might help you styling your radio buttons without losing accessibility. Hope this helps :)Marked as helpful - @carlosegs1506@dannxvc
Hi! So far so good, you should change the
h1
tags forp
tags, because it's best practice to have only oneh1
tag per page, you can read more about this in this article . That's why you got 6 html issues. Also you could change yourp
tags you used for every name toh2
tags. Hope it helps :)Marked as helpful - @ApplePieGiraffe@dannxvc
Oh this so amazing!!! I truly love this, you are so creative. I think I would change the card's
height
asmin-height
, so then if all of your questions are opened, they could be seen and to make your cube-img look as good as it does now, you could position it by usingtop:40%
andtransform: translateY(50%)
, that would be sick. Amazing job as always!Marked as helpful - @MinaEssa-Soliman