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 comments

  • TCassas 235

    @TCassas

    Posted

    Small contribution, instead of using <div class="header"> you can use the <header> tag!

    1
  • TCassas 235

    @TCassas

    Posted

    Something I noticed is that you have some extra space at the right side of the entire project, maybe adding "overflow-x: hidden;" somewhere will fix it. Leaving that aside, the desktop version looks pretty neat!

    Don't leave mobile version aside!!

    0
  • @J-Guidry

    Submitted

    Should there have been css attribute selectors used in CSS for aria attributes instead of classes which is toggled in js? I could not completely get a match on background blue color after/before pseudo selector although I got as close as I could. Was height percentage along with the rest of the code a good way to get that done (css lines 178-190, 286-297)? I spent a lot of time researching accessibility. I am unsure it was done right in the tabbed system and accordion. Was the error system on the form under the action done correctly? the red around the input sounds like there was a div surrounding it which I did use with display none.

    TCassas 235

    @TCassas

    Posted

    You can use the "transition" css attribute to make those effects as smooth as you want!

    1