Note: I am reading the ebook off Safari Online. Not sure it's the most recent version.
Chapter 5. Creating responsive grids with common components
The books grid
...
To create the grid of the six books, you’ll need to first create your standard columns row and give it six
s with the column class. Add an image as a placeholder for the book item:
<div class="columns">
<div class="column">
<img src="images/tensorflow.jpg" width="80">
<div> <<<<<<<<<<<<<<<< MISSING /
<div class="column">
<img src="images/tensorflow.jpg" width="80">
<div><<<<<<<<<<<<<<<< MISSING /
<div class="column">
<img src="images/tensorflow.jpg" width="80">
<div><<<<<<<<<<<<<<<< MISSING /
<div class="column">
<img src="images/tensorflow.jpg" width="80">
<div><<<<<<<<<<<<<<<< MISSING /
<div class="column">
<img src="images/tensorflow.jpg" width="80">
<div><<<<<<<<<<<<<<<< MISSING /
<div class="column">
<img src="images/tensorflow.jpg" width="80">
<div><<<<<<<<<<<<<<<< MISSING /
</div>
Note: I am reading the ebook off Safari Online. Not sure it's the most recent version.
Chapter 5. Creating responsive grids with common components
The books grid
...
To create the grid of the six books, you’ll need to first create your standard columns row and give it six