Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:css:bootstrap [2025/12/11 10:55] – radeff | info:css:bootstrap [2026/03/26 09:00] (Version actuelle) – radeff | ||
|---|---|---|---|
| Ligne 7: | Ligne 7: | ||
| * http:// | * http:// | ||
| + | |||
| + | ===== GRID CSS ===== | ||
| + | |||
| + | avec les browsers modernes, on peut utiliser les propriétés [[gridcss|GRID CSS]] | ||
| + | |||
| + | avec bootstrap on a bcp de flexibilité, | ||
| + | |||
| + | < | ||
| + | <iframe width=" | ||
| + | </ | ||
| ===== doc ===== | ===== doc ===== | ||
| - | * https:// | + | * https:// |
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| Ligne 19: | Ligne 29: | ||
| * https:// | * https:// | ||
| - | |||
| - | ===== Grid ===== | ||
| - | * voir tuto grafikart //supra/ | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| ===== Glyphicons ===== | ===== Glyphicons ===== | ||
| + | |||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| < | < | ||
| Ligne 75: | Ligne 81: | ||
| * https:// | * https:// | ||
| ====== Validation ====== | ====== Validation ====== | ||
| - | ajout **required** | ||
| <code html> | <code html> | ||
| <div class=" | <div class=" | ||
| Ligne 85: | Ligne 90: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ====== Dark mode ====== | ||
| + | ajouter | ||
| + | |||
| + | <code html> | ||
| + | data-bs-theme=" | ||
| + | </ | ||
| + | |||
| + | à l' | ||
| + | < | ||
| + | |||
| + | ou à un élément précis, p. ex. | ||
| + | < | ||
| + | |||
| + | Doc: https:// | ||