Here is my survey page, i spent nearly 4 hours on it.
https://codepen.io/epicaiden28/full/LYPLVMy
please provide feedback if you may!
Here is my survey page, i spent nearly 4 hours on it.
https://codepen.io/epicaiden28/full/LYPLVMy
please provide feedback if you may!
Hi,
Open the browser’s developer tools and turn on the mobile view.
I guess the next step is to make your page to be responsive. So it will look nice on all the screens.
Hi there, im kinda confused on how to make it responsive, any advice?
In order to understand the core principles I suggest you to pass these three topics from the curriculum:
Mk ill take a look at them again, thanks!
Hey, Nice job, but your borders don’t match and are a bit too thick.
I see you like to use gradients. maybe do it from top to bottom instead of moving from left to right.
I like the background you picked.
The textArea comment section is too small and the text is aligned backwards. Please change the alignment to something like center
or corner
.
At all else, great job.
Keep up the good work!!
Hi @aidenhoward420, your page has a good start. There are a few things you may want to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
). Your page passes 7/17 user stories.Alright there we go, user stories 17/17, any other feedback?
@aidenhoward420, good job on meeting all the user stories. A few things you may want to revisit;
id
's can be used only once. You’ve used a couple of id
's more than once. (HTML validator will show you this.)<head>
tag. This isn’t an element that would be in <body> </body>
tags.