Feedback/Design Suggestions for Local Weather Page

Hello. I just completed the Local Weather Project and I would love some feedback and some design suggestions. I’m definitely not a designer. I do have the background color changing based on the temperature.

Here’s the link to my codepen https://codepen.io/noeladd/full/oBpOQv/

Thanks for looking!

Nice!! Functionality is good. Try using a background image instead.

Add this declaration to your CSS Body selector. It will prevent the horizontal scrollibar.

overflow-x: hidden;