Survey form project - Rate your day - feedback welcome

1 Like

@yoizfefisch Very nice! :star: All of the fCC tests pass, I don’t see any errors or warnings in the HTML, CSS, or WAVE (accessibility) validation tools. I don’t see any ID selectors in the CSS, nor any inline CSS. I don’t see overqualified CSS selectors. The form mostly looks and works well on smaller and larger viewports widths. All in all, you’ve done really well here! :fireworks:

One thing I notice that you might want to work on is that the textarea box shrinks too much for smaller viewport widths, at least in the responsive design mode for Firefox and Chrome:

Firefox

firefox

Chrome

chrome

I recently found this helpful tool to help visualize what a site looks like on different viewport widths: Material.io Resizer. It’s basically the same as the browser’s responsive design mode, but it’s a slightly more visual way to see how a site renders.

The textarea issue is the only issue that stood out to me. Great work! :sunny:

1 Like

@camper Thanks for your feedback. I fixed the textarea by adding min-width .

1 Like