October 2018
Intermediate to advanced
116 pages
1h 23m
English
In this tutorial we're going to re-implement a grid-based design concept inspired by the What're you into? Tumblr page, where the user can select a set of topics to tailor her recommended content.
Only the visual design of the grid is executed, not the selection functionality, as shown in the Pen we will be building:
See the Pen MBdNav.
The main goal is to implement the design with CSS Grid, but a fallback layout with floats is outlined in the Support section below.
Essentially, the page content consists of list of cards:
<ul class="grid"> ...Read now
Unlock full access