Rename Our School--Survey Form

Just finished my 2nd project. Would love some feedback, especially with text alignment and colors. I was aiming for a sleek look. Originally tried to get the blue survey form section to be narrower so that you could see more of the green background, but couldn’t figure it out. Decided done was better than perfect in this instance. Thanks in advance!

https://codepen.io/purplerain01/pen/qBovKXp

Ok, since you finished it, here is the hint for this, it’s easily can be done. But I will blur it in case you want to figure it out on your own:

form {
  width: 75%;
  margin: 0 auto;
}
1 Like

Managed to figure it out–thank you again!

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