Hi Campers!
I’ve finished my Virtual Event Survey Form. Any feedback would be greatly appreciated!
Hi Campers!
I’ve finished my Virtual Event Survey Form. Any feedback would be greatly appreciated!
Your form looks good @racomajv. Some things to revisit;
I’m just grabbing my browser window and narrowing it. I can make it smaller than 600px (37.5rem).
My form is now responsive thanks to ‘max-width’
#wrapper {
max-width: 37.5rem;
background-color: var(--secondary-color);
color: white;
margin: 1rem auto;
}