Local Weather App | Feedback

Just finished the project:

I spent some time to make my application look more or less fine. There is nothing complicated in my project from technical part: $.getJSON(url, function(data) { … });

I hope there are no big mistakes from me. Would be glad to hear any useful piece of advice if I’m doing something wrong in my code. :wink:

Hi,
It works for me. However, I had to search to find my city (down at the bottom).

Why does the background change color when I click on the icon?

It’s just a small feature to give a unique style to my project.
I added 3 random numbers + css property for h1 tag, to pick up a random color every time user click on it.
It helps me to remember more .css and .js tags and methods while I’m writing some silly code.