:cookie: 220 | @user-sarang |http://www.freecodecamp.com/user-sarang
img
, so I thought I would try a slightly different one, and this seems to work, too: $("a.button img").mouseover(function(){
it finds the child img
that is nested in that anchor tag.
@MohammadHasham - looking at your weather app. I think that it looks very nice. I have a few comments:
C / F
button, it doesn't do anything. After that, it works.<html>
and <body>
tags in your HTML panel. The Codepen template supplies those tags. You can make a body
CSS selector to fill in your background image. And you should also set background-size: cover;
because on a wide screen, your image started to repeat on the right hand sideIt looks great - just a couple little things, as I noted. Nice work!