I need some feedback about my recently completed survey-form

here is the link: https://codepen.io/FrankERT/pen/VwrpbNX
Thanks, people

Hey there,
I think your survey form looks great, although I don’t speak Spanish very well ^^

Also I noticed that you used this :

border-right-width: 4px;
border-right-style: solid;
border-top-width: 4px;
border-top-style: solid;
border-left-width: 4px;
border-left-style: solid;
border-bottom-width: 4px;
border-bottom-style: solid;

in your CSS code in the input-textarea class . I think you could win some time by writing it this way instead:
border: 4px solid black;

Have a good day :slight_smile:

1 Like

Thanks, you are right.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.