`http://codepen.io/bencarp/pen/qRbKeM`
I tried this link code is working as its supposed to but I would love to see some background images.
hi,
I would also like some feedback on code style, or to view an example of a well written code
Thanks!
Ben
there should be a button to change from F to C. I think you can still personalize it more. I will upload my weather app in a few seconds feel free to comment on it
2 Issues I would like help with:
- Check this WeatherApp - it shows correct results on my computer, but a strange location on my mobile (on my mobile the location is US, while I’m in asia). http://codepen.io/bencarp/full/qRbKeM/
- Also I’m trying to add the
<a>
element to be inline with the paragraph element that shows the degrees. Until now I am failing to do so. I tried giving it thies CSS attributes:
display:inline;
Any suggestions?
no such thing as display:indline;
it’s display:inline;
Anyone?
diomed - I corrected my typo.