October 2017
Intermediate to advanced
522 pages
10h 9m
English
So here's what we're shooting for in the footer of our final website:

We want three columns of links, with each link accompanied by an icon. Traditionally, you would do this with images, but that can be a hit to performance if you have many images like we do. Traditionally, many folks have grouped all these icons into one image file called an image sprite and loaded it as a background image only showing the portion of the background image for the desired image using the background-position property. This would have made sure that you had one network request instead of 10 because you'd have been using one image file. This ...
Read now
Unlock full access