See the demo site

Mise en page par grid

Facilite une mise en page responsive en utilisant les propriétés CSS grid
syntaxe {up grid='a a b' 'a a b' 'c d b'}

🟩 upbtn-makefile PREFS.INI :
2cols : grid='image texte' | mobile-grid='image' 'texte' | css-head=#id .image[tc]#id .texte[display:flex;justify-content:center;flex-direction: column;]
bento1+2 : grid='resultat code' 'resultat explication' | mobile-grid='resultat' 'code' 'explication' | items-style-*=bd-gris p1

layout using grid-template-areas

size of columns and rows

size and position of items placed outside the defined areas above)

zone names and repetition

space between rows and columns

alignment and distribution of items in the container

style of contents

breakpoints - break points

Style for the parent container

Miscellaneous