Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted

    Tip Calculator with React and SCSS

    #react#sass/scss
    • HTML
    • CSS
    • JS

    1


    I was informed that my mapped button components would be better for accessibility if they were radio buttons. This makes sense! What are other ways to make this app more accessible?

  • Submitted


    Hey everyone! As always, I'd love advice about accessibility best practices, and suggestions for cleaner code. This one went pretty well for me I think, so nothing specific at the moment :)

  • Submitted


    Early in App.css, I have the following code:

    .cardContent > p { color: white; font-size: 16px; }

    when I move this code anywhere else, or just remove it, all of the background styling goes away. I would love to know why that happens!