Test: Difference between revisions

2,726 bytes added ,  11 September
Created page with "{{#tag:html| <style> →‎Styles for flowchart elements: .container { width:50%; display: grid; grid-template-columns: 1fr 1fr 1fr; →‎define only 2 columns: place-items: center; } .label { align-items: center; justify-items: center; } .col-1 { grid-column: 1; } .col-2 { grid-column: 2; } .col-3 { grid-column: 3; } .span-3 { grid-column: span 3; }..."
(Created page with "{{#tag:html| <style> →‎Styles for flowchart elements: .container { width:50%; display: grid; grid-template-columns: 1fr 1fr 1fr; →‎define only 2 columns: place-items: center; } .label { align-items: center; justify-items: center; } .col-1 { grid-column: 1; } .col-2 { grid-column: 2; } .col-3 { grid-column: 3; } .span-3 { grid-column: span 3; }...")
(No difference)