Modèle:Loading : Différence entre versions
[version vérifiée] | [version vérifiée] |
(Page créée avec « <div id="loading-animation"> <div style="display: flex; flex-direction: column; align-items: center; margin-top: 30px;"> <div style="display: grid; grid-template-columns:... ») |
|||
(2 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | <div id="loading-animation"> | + | <div id="{{#if:{{{id|}}}|{{{id}}}|loading-animation}}" {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}}> |
<div style="display: flex; flex-direction: column; align-items: center; margin-top: 30px;"> | <div style="display: flex; flex-direction: column; align-items: center; margin-top: 30px;"> | ||
<div style="display: grid; grid-template-columns: auto auto; width: 200px; height: 200px;"> | <div style="display: grid; grid-template-columns: auto auto; width: 200px; height: 200px;"> |