Skip to content

Chapter 5: "<div>" instead of "/div" #14

@fjanon

Description

@fjanon

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions