Skip to content

ez layout for print with css gridยค

https://css-tricks.com/snippets/css/complete-guide-grid/

%%
    display\
```css
#discs {
    display: grid;
    grid-template-columns: 2in 2in 2in;
    li::marker {
        content: "";
    }
}
```
<ol id="discs">{% for object in range(12) %}
<li><img alt="No description has been provided for this image" src="https://gadfly-ai.github.io/literate-computing-1/poster.png"/></li>
{% endfor %}</ol>
display\
#discs {
    display: grid;
    grid-template-columns: 2in 2in 2in;
    li::marker {
        content: "";
    }
}
  1. No description has been provided for this image
  2. No description has been provided for this image
  3. No description has been provided for this image
  4. No description has been provided for this image
  5. No description has been provided for this image
  6. No description has been provided for this image
  7. No description has been provided for this image
  8. No description has been provided for this image
  9. No description has been provided for this image
  10. No description has been provided for this image
  11. No description has been provided for this image
  12. No description has been provided for this image