Tribute page feedback and pointers

Hey all! I just finished my Tribute page and wanted to get some feedback/critique and pointers on how to improve. I am a total newb with no prior experience before FCC. Any suggestions are welcome. Thank you!

https://codepen.io/Dustinjbrown01/full/gyZGOx

Looks nice. I followed the example, but I like the way you did it.

well done :clap::clap::clap:

this your first site? very good for a first mate all you need to do now is make it responsive :slight_smile:

thanks for the feedback! how would I go about making it responsive? maybe I missed that in the curriculum.

you can put a media query in your css at the bottom then change which parts need changing when you are in mobile size for example the title font size should be smaller and you might wanna take the margin off the main div as is squashes the screen in mobile view hope this helps

@media (max-width: 600px) { 

 }

this is what a media query looks like :slightly_smiling_face:

ah yes! i remember…that was a short section. thank you !

1 Like