Home › Forums › CSS › Playing around with Drew Wilson's atvImg = 'AppleTV Image' › Reply To: Playing around with Drew Wilson's atvImg = 'AppleTV Image'
November 4, 2015 at 2:42 pm
#210555
Participant
I’m not quite sure what you meant by “render fine” for me the images didn’t show up at all. By adding http://
which was missing from the src, I got the images to load correctly from your server
http://codepen.io/michaellee/pen/JYaRXq
Q2: So h1 doesn’t create a link. All it does is create a text header. Instead you want to use an anchor tag <a href="http://google.com">Text</a>
. I’d wrap it around all the div
s marked for layers. See pen above for reference.
Q3. I personally like this solution.
Cheers!