im a newbie to HTML and CSS and i would really appreciate any comments on the layout, overall appearance or how could i have made my code better.
thank you !!😊
im a newbie to HTML and CSS and i would really appreciate any comments on the layout, overall appearance or how could i have made my code better.
thank you !!😊
Small contribution, instead of using <div class="header"> you can use the <header> tag!
Any change required??? Please tell me!!!
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!!
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.
You can use the "transition" css attribute to make those effects as smooth as you want!