Hello, this is my first attempt making a tribute page and the survey form.
Feel free to provide any feedback
tribute page: https://codepen.io/kiagekwamboka/pen/wvMBWZM
survey form: https://codepen.io/kiagekwamboka/full/WNrvKoW
Hello, this is my first attempt making a tribute page and the survey form.
Feel free to provide any feedback
tribute page: https://codepen.io/kiagekwamboka/pen/wvMBWZM
survey form: https://codepen.io/kiagekwamboka/full/WNrvKoW
Hi @kiagekwamboka,
Welcome to the freeCodeCamp forum and congratulations on finishing these!
Some optional ideas regarding the tribute page: I think it would be a good exercise to import a font (e.g. from google fonts). On phones (320px width upwards) it would be great if the image would have a maximum width of 100%. You might also want to wrap the text (or the whole content) in some kind of container (doesn’t have to be visible) so that the paragraph isn’t overly wide on large screens. (like 1400px upwards) You could also add some color and use all these elements to create a visual atmosphere that compliments the content.
In addition to the suggestions above I would remove the background color from #main {..}
and add a new CSS rule for *{..}
and include the color there so you don’t get white space on the left side and bottom.
Welcome to the forums @kiagekwamboka. Some things to revisit;
tribute
id
must be unique within the documentsurvey form
Hi @michaelsndr
Thank you for looking through it and providing ideas on how to improve on it.
I will make the changes and learn from them.
Hi @JohnJohn
Thank you for the feedback, i will do that.
@Roma Thank you for the feedback, I will go over the pages and make the changes.