Here’s my attempt at a survey form - https://codepen.io/maxsymonds21/pen/jOyemmr
Having trouble aligning labels throughout, not sure the best way to go about it?
Any feedback would be great
Here’s my attempt at a survey form - https://codepen.io/maxsymonds21/pen/jOyemmr
Having trouble aligning labels throughout, not sure the best way to go about it?
Any feedback would be great
Hey amxsymonds21,
Do you mean you want to center your checkboxes like your radio buttons?
Hi Timothy,
Yes, I was also trying to work out how to move my name, email and contact number headers to hover over the left hand side the box underneath. And how to center my submit button.
thanks,
Max
For your checkboxes you should close the <label>
tags
For the name, email and contact you could put the <input>
tags between the <label>
tags. The submit button looks centered to me but you could add
CSS rule justify-self: center;
to the .buttons
selector
Thanks for your help exari
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.