Talk:Main Page TempProposal

From Wiki
Revision as of 10:36, 23 May 2020 by Garulfo (talk | contribs) (Created page with "Setup of the page : == Content == Build from: * <code>csv</code> list of the Manuals, including kind of categorization * a python script, which includes manuals links to on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Setup of the page :

Content

Build from:

  • csv list of the Manuals, including kind of categorization
  • a python script, which includes manuals links to one specific wiki page for each category


HTML & CSS

use of html list and CSS grid features, in particular

  • For <ul> element
    • grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));
    • justify-content: space-between;
  • For <li> elements
    • <li style="height: stretch;">